smpallen99 / coherence

Coherence is a full featured, configurable authentication system for Phoenix
MIT License
1.27k stars 225 forks source link

reset_password_token isn't filled again #387

Closed manuel-rubio closed 6 years ago

manuel-rubio commented 6 years ago

Everything works fine but there are a specific case:

1.- User requires a link to change the password 2.- User receives the link a open it in the browser 3.- User put different passwords and that gives him an error 4.- Try again and then "token is invalid"

The problem in the step 3 is the hidden field isn't populated the second time. I was checking the changeset and everything and I cannot find the error, anyone can shed a light on that? Thanks.

smpallen99 commented 6 years ago

Merged PR