@pichalite that was it. It's a bit confusing... Maybe the private option for specific groups should be grayed out if the general option for allowing private groups is disabled, to make this clearer.
Users can't reset password, Reset Password button is disabled
-
I had a user telling me he couldn't reset his password, so I went through the process.
I entered my email and clicked reset password. I received an email with a link back to my forums.
When I open the password reset link, I can enter a new password, but the Reset Password button is disabled.
I'm using latest code from github.
-
Thanks for reporting looks like the reset button has a
disabled
attribute which is never removed. Fixed in https://github.com/designcreateplay/NodeBB/commit/3a57c3b6d8c1733fa758f682475c86a561a51f6f -
Thanks @baris!