https://bugzilla.wikimedia.org/show_bug.cgi?id=57065

Chris Steipp <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Chris Steipp <[email protected]> ---
I believe the issue with the change password form showing twice is that the
first time, the user is partially logged in with their temporary password, and
the ChangePassword form writes out the user's edit token into the token hidden
field. When the user submits the form (the first time), they are completely
logged out, and the edit token on the form doesn't match the anonymous edit
token ('+\'). The second time the form is displayed, the anonymous edit token
is written into the token field, and the ChangePassword form submission is
correctly processed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to