Browse Source

Increase confirmation timeout to 5 days

pull/619/head
baarkerlounger 3 years ago
parent
commit
651dfef8d5
  1. 2
      config/initializers/devise.rb

2
config/initializers/devise.rb

@ -152,7 +152,7 @@ Devise.setup do |config|
# their account can't be confirmed with the token any more. # their account can't be confirmed with the token any more.
# Default is nil, meaning there is no restriction on how long a user can take # Default is nil, meaning there is no restriction on how long a user can take
# before confirming their account. # before confirming their account.
config.confirm_within = 3.days config.confirm_within = 5.days
# If true, requires any email changes to be confirmed (exactly the same way as # If true, requires any email changes to be confirmed (exactly the same way as
# initial account confirmation) to be applied. Requires additional unconfirmed_email # initial account confirmation) to be applied. Requires additional unconfirmed_email

Loading…
Cancel
Save