templates, config documentation

This commit is contained in:
Jon Phenow 2015-06-19 14:22:54 -05:00
parent 0fa74d863d
commit 48ed2fd1aa
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<p>Hello <%= @resource.email %>!</p>
<p>We're contacting you to notify you that you're password has been changed.</p>

View File

@ -105,6 +105,9 @@ Devise.setup do |config|
# Setup a pepper to generate the encrypted password.
# config.pepper = '<%= SecureRandom.hex(64) %>'
# Send a notification email on password change
# config.send_password_change_notification = false
# ==> Configuration for :confirmable
# A period that the user is allowed to access the website even without
# confirming their account. For instance, if set to 2.days, the user will be

View File

@ -0,0 +1,3 @@
<p>Hello <%= @resource.email %>!</p>
<p>We're contacting you to notify you that you're password has been changed.</p>