# Configure the e-mail address which will be shown in Devise::Mailer,
# note that it will be overwritten if you use your own mailer class
# with default "from" parameter.
# Configure the class responsible to send e-mails.
# config.mailer = 'Devise::Mailer'
# without confirming their account.
# Default is 0.days, meaning the user cannot access the website without
# confirming their account.
- config.allow_unconfirmed_access_for = 2.days
+ config.allow_unconfirmed_access_for = 2.hours
# A period that the user is allowed to confirm their account before their
# token becomes invalid. For example, if set to 3.days, the user can confirm