From b28ca182a77f4be245b211db0526d710abf50267 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 11 Feb 2020 14:08:48 -0300 Subject: [PATCH] permitir ingresar sin confirmar la cuenta #80 --- config/initializers/devise.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb index ea927a67..4980a93b 100644 --- a/config/initializers/devise.rb +++ b/config/initializers/devise.rb @@ -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