forgot password in this forum – change password not working for me

peminator
Member | 1
+
0
-

i had to create new profile to report this.
in old profile i forgot password, used forgot password form, received email w new password and activation link.

So i click the link in email, to activate the new password,
having form of (some numbers instead those brackets):
https://forum.nette.org/cs/profile/{profid}&action=change_pass&key={keyid}

it opens my profile on forum (where some visuals seem fucked up, like the “Personal” heading has no padding on left, looks bad)
but it does not tell anything like password changed, and i can not use the new password from email to log in… can anyone confirm happening to them too? is this some bug ? Maybe related to “needsRehash” passwords feature ?? (just guessing, or the method implementation was mistyped somewhere)

nightfish
Member | 474
+
+2
-

@peminator When you change the URL from https://forum.nette.org/cs/profile/{profid}&action=change_pass&key={keyid} to https://forum.nette.org/cs/profile/{profid}?action=change_pass&key={keyid} (change of &action to ?action), it starts working.

@DavidGrudl FYI

David Grudl
Nette Core | 8145
+
0
-

It should be working now.