# If true, requires any email changes to be confirmed (exctly the same way as
# initial account confirmation) to be applied. Requires additional unconfirmed_email
# db field (see migrations). Until confirmed new email is stored in
# unconfirmed email column, and copied to email column on successful
# confirmation.
config.reconfirmable = false
Achievements
9
Karma
0
Total ProTip Views
Charity
Fork and commit to someone's open source project in need
You can also use:
in config/devise.rb
# If true, requires any email changes to be confirmed (exctly the same way as
# initial account confirmation) to be applied. Requires additional unconfirmed_email
# db field (see migrations). Until confirmed new email is stored in
# unconfirmed email column, and copied to email column on successful
# confirmation.
config.reconfirmable = false