securial 0.8.0 → 0.8.1
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9f576f089867c769449ef4dff49a41632a053b5b0f45ba8e8c7843532ea0869
|
4
|
+
data.tar.gz: 06eeee1379bd6c6a0859f3b8ae43cfa177dc1e99a7a20c82f0c50890472d655e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afe5443ee10dda1175f26d148c3588fde6fa81b607f85f2969487d38c82ffda6e31be4280409ecd2a6d6a2844fe511e6829a8d9cdece1acb40415b9c99182618
|
7
|
+
data.tar.gz: c2b18a4562e0995bbcf160f096461e90853f32bd8134e4d5d9e9e53d411a4e40e4eda462744f3d2d6b244918aa60887749ef1383d44ff3de3d4800ef366e88c2
|
@@ -77,7 +77,7 @@ Securial.configure do |config|
|
|
77
77
|
# requirements for a password. The default is a regex that
|
78
78
|
# requires at least one uppercase letter, one lowercase letter,
|
79
79
|
# one digit, and one special character.
|
80
|
-
config.password_complexity = Securial::RegexHelper::PASSWORD_REGEX
|
80
|
+
config.password_complexity = Securial::Helpers::RegexHelper::PASSWORD_REGEX
|
81
81
|
|
82
82
|
## Set the password expiration duration
|
83
83
|
# This is the time after which a password will be considered expired.
|
data/lib/securial/version.rb
CHANGED