Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Errors appearing on password change form #22

Closed
lemieux opened this issue Oct 20, 2014 · 3 comments
Closed

Errors appearing on password change form #22

lemieux opened this issue Oct 20, 2014 · 3 comments

Comments

@lemieux
Copy link
Contributor

lemieux commented Oct 20, 2014

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?

@rdegges
Copy link
Contributor

rdegges commented Oct 20, 2014

I'm actually working on this as we speak -- I'll update this ticket as soon as I figure something out ^^

@rdegges
Copy link
Contributor

rdegges commented Oct 20, 2014

@lemieux found a workaround and just merged / cut a new release!

@lemieux
Copy link
Contributor Author

lemieux commented Oct 20, 2014

Nice thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants