chore(docs): allow_unconfirmed_access_for = nil (#2275) (#4964)

This commit is contained in:
John Gabriel
2018-11-12 14:27:27 -02:00
committed by Leonardo Tegon
parent 517010e2c5
commit fa067b31c6

View File

@@ -126,8 +126,11 @@ Devise.setup do |config|
# A period that the user is allowed to access the website even without
# confirming their account. For instance, if set to 2.days, the user will be
# able to access the website for two days without confirming their account,
# access will be blocked just in the third day. Default is 0.days, meaning
# the user cannot access the website without confirming their account.
# access will be blocked just in the third day.
# You can also set it to nil, which will allow the user to access the website
# 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
# A period that the user is allowed to confirm their account before their