mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 22:41:41 +00:00
permitir ingresar sin confirmar la cuenta #80
This commit is contained in:
parent
e868462dbf
commit
b28ca182a7
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ Devise.setup do |config|
|
|||
# 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
|
||||
config.allow_unconfirmed_access_for = 2.days
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue