Skip to content

Commit

Permalink
Fix inconsistent comments between module and generators
Browse files Browse the repository at this point in the history
  • Loading branch information
soma-git-practice committed Dec 18, 2024
1 parent fec67f9 commit 7a1752d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/generators/templates/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@
# 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.
# Also, when used in conjunction with `send_email_changed_notification`,
# the notification is sent to the original email when the change is requested,
# not when the unconfirmed email is confirmed.
config.reconfirmable = true

# Defines which key will be used when confirming an account
Expand Down

0 comments on commit 7a1752d

Please sign in to comment.