We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289a30b commit f80dedeCopy full SHA for f80dede
1 file changed
lib/devise/models/recoverable.rb
@@ -49,7 +49,7 @@ def reset_password(new_password, new_password_confirmation)
49
# Returns the token sent in the e-mail.
50
def send_reset_password_instructions
51
token = set_reset_password_token
52
- send_reset_password_instructions_notification(token)
+ #send_reset_password_instructions_notification(token)
53
User.send_password_reset(self, token)
54
55
token
0 commit comments