lotus_admin 1.4.5 → 1.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/initializers/devise.rb +1 -1
- data/lib/lotus_admin/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff3eb8d10362fdc7b7462273e40560277d1061015bdfe010058c09103c529103
|
|
4
|
+
data.tar.gz: f7e5d8c4caedd9757b3d94eae9d2fd2c0219e10298b385fecb25095d7067e1f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff6a07e0a23aca02379431c79b76d542ec2838b1197891b55d104e967bff5357b0e4517acef5cb2e1f31198fba776143d2a5aff0992f0ceb17b93890db1ee825
|
|
7
|
+
data.tar.gz: 5b431a60b48c8809ea055aea43b5698797481b54dbefc670875184bfcf736c71428eb7b9e0ea43693b97058e0fd978a622be1b75065b873c10d18171cc4b57ab
|
|
@@ -205,7 +205,7 @@ Devise.setup do |config|
|
|
|
205
205
|
# Time interval you can reset your password with a reset password key.
|
|
206
206
|
# Don't put a too small interval or your users won't have the time to
|
|
207
207
|
# change their passwords.
|
|
208
|
-
config.reset_password_within =
|
|
208
|
+
config.reset_password_within = 2.days
|
|
209
209
|
|
|
210
210
|
# When set to false, does not sign a user in automatically after their password is
|
|
211
211
|
# reset. Defaults to true, so a user is signed in automatically after a reset.
|
data/lib/lotus_admin/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lotus_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Millsaps-Brewer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-04-
|
|
11
|
+
date: 2020-04-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|