We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6671aca commit 0023c5cCopy full SHA for 0023c5c
config/initializers/devise.rb
@@ -128,7 +128,7 @@
128
# able to access the website for two days without confirming their account,
129
# access will be blocked just in the third day. Default is 0.days, meaning
130
# the user cannot access the website without confirming their account.
131
- config.allow_unconfirmed_access_for = 1.days
+ config.allow_unconfirmed_access_for = 0.days
132
133
# A period that the user is allowed to confirm their account before their
134
# token becomes invalid. For example, if set to 3.days, the user can confirm
0 commit comments