Skip to content

Commit

Permalink
Fix: Send email after password reset (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankagnihotri7 authored Feb 21, 2022
1 parent 6deb3a8 commit 01f4abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
# config.send_email_changed_notification = false

# Send a notification email when the user's password is changed.
# config.send_password_change_notification = false
config.send_password_change_notification = true

# ==> Configuration for :invitable
# The period the generated invitation token is valid.
Expand Down

0 comments on commit 01f4abe

Please sign in to comment.