Commit 1080a9ba authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6238 from athos-ribeiro/devise_unconfirmed_access

Change Devise.confirm_within to Devise.allow_unconfirmed_access_for
parents 32b9ec50 84408015
...@@ -77,11 +77,11 @@ Devise.setup do |config| ...@@ -77,11 +77,11 @@ Devise.setup do |config|
# ==> Configuration for :confirmable # ==> Configuration for :confirmable
# The time you want to give a user to confirm their account. During this time # The time you want to give a user to confirm their account. During this time
# they will be able to access your application without confirming. Default is 0.days # they will be able to access your application without confirming. Default is 0.days
# When confirm_within is zero, the user won't be able to sign in without confirming. # When allow_unconfirmed_access_for is zero, the user won't be able to sign in without confirming.
# You can use this to let your user access some features of your application # You can use this to let your user access some features of your application
# without confirming the account, but blocking it after a certain period # without confirming the account, but blocking it after a certain period
# (ie 2 days). # (ie 2 days).
# config.confirm_within = 2.days # config.allow_unconfirmed_access_for = 2.days
# Defines which key will be used when confirming an account # Defines which key will be used when confirming an account
# config.confirmation_keys = [ :email ] # config.confirmation_keys = [ :email ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment