@marcos2 gh#1375
julianlam created this issue in NodeBB/NodeBB closed Notification duplicate removal should favour the longer notification #1375Users 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!