sorcery
sorcery copied to clipboard
Add 'reset_password_attempt_expired?' instance method
To check if time between emails has not passed since last email. I just moved existing code into separate method and made this method public. Now It's handy to check if time is expired and show appropriate message in the ResetPasswordsController.