Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
gab
social
gab-social
Commits
4c3a602e
Commit
4c3a602e
authored
Aug 21, 2019
by
Rob Colbert
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compensate for lack of SMTP relay
parent
ad07cde2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
config/initializers/devise.rb
config/initializers/devise.rb
+2
-2
No files found.
config/initializers/devise.rb
View file @
4c3a602e
...
...
@@ -190,7 +190,7 @@ Devise.setup do |config|
# 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.
#
config.allow_unconfirmed_access_for =
2
.days
config
.
allow_unconfirmed_access_for
=
7
.
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 can confirm
...
...
@@ -198,7 +198,7 @@ Devise.setup do |config|
# their account can't be confirmed with the token any more.
# Default is nil, meaning there is no restriction on how long a user can take
# before confirming their account.
config
.
confirm_within
=
2
.
days
config
.
confirm_within
=
14
.
days
# If true, requires any email changes to be confirmed (exactly the same way as
# initial account confirmation) to be applied. Requires additional unconfirmed_email
...
...
admin
@admin1
mentioned in commit
7a7f425b
·
Sep 20, 2019
mentioned in commit
7a7f425b
mentioned in commit 7a7f425bc7cfbce44f0f8d36aa7145c4ecdf2c22
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment