RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: asavartsov
Definitely should set password_reset_token to nil after successful password reset to prevent reusing the link, especially for long expiration time.
password_reset_token
nil
Definitely should set
password_reset_token
tonil
after successful password reset to prevent reusing the link, especially for long expiration time.