You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
I just encountered a problem with the password change form. The forms library expects the form value to be in the querystring if the form is handled on a GET. Since the password reset form puts parameters (token) in the URL, the form seems to be handled like if it was submitted on a GET and generates a "Password required" error when the page loads.
I did some digging and it seems to me that it's the desired behavior from that lib and it doesn't seems like there's a workaround for that.
Any idea? Maybe another form library might do the trick?
The text was updated successfully, but these errors were encountered:
Hi,
I just encountered a problem with the password change form. The forms library expects the form value to be in the querystring if the form is handled on a GET. Since the password reset form puts parameters (token) in the URL, the form seems to be handled like if it was submitted on a GET and generates a "Password required" error when the page loads.
I did some digging and it seems to me that it's the desired behavior from that lib and it doesn't seems like there's a workaround for that.
Any idea? Maybe another form library might do the trick?
The text was updated successfully, but these errors were encountered: