mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
quick comment touch-ups
This commit is contained in:
@@ -150,7 +150,7 @@ module Devise
|
||||
mattr_accessor :pepper
|
||||
@@pepper = nil
|
||||
|
||||
# Used to encrypt password. Please generate one with rake secret.
|
||||
# Used to enable sending notification to user when their password is changed
|
||||
mattr_accessor :send_password_change_notification
|
||||
@@send_password_change_notification = false
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@ Devise.setup do |config|
|
||||
# Setup a pepper to generate the encrypted password.
|
||||
# config.pepper = '<%= SecureRandom.hex(64) %>'
|
||||
|
||||
# Send a notification email on password change
|
||||
# Send a notification email when the user's password is changed
|
||||
# config.send_password_change_notification = false
|
||||
|
||||
# ==> Configuration for :confirmable
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<p>Hello <%= @resource.email %>!</p>
|
||||
|
||||
<p>We're contacting you to notify you that you're password has been changed.</p>
|
||||
<p>We're contacting you to notify you that your password has been changed.</p>
|
||||
|
||||
Reference in New Issue
Block a user