thecore_auth_commons 3.3.0 → 3.3.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: 682d5dea983ef3b65ae55f50803c0d8810ce04b8357f22bf05a6ab0cf7bd83f8
|
4
|
+
data.tar.gz: 4ed90e7731d83da42faa85231203ea7affe2f8a7f8890b26e77293ece0f75257
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7f02c82f2388cf594af33f6203a78b46f8d1a5d71be783d7606517daeca4321130bfb37ee9d1c3ebd70dc2a41f8014469f0f22b180dbe707ee56dfd43cfc4aa
|
7
|
+
data.tar.gz: 490b7d2c7994c846bfba308ba22f71e21362de89c7d4ecc87e5f17905c491c9f158db90fdad8f3ad3033e2f93728ee6c7d5ee20e98358d01b8554a5a9102d579
|
@@ -5,6 +5,7 @@ en:
|
|
5
5
|
password_requires_special_characters: "must contain at least one special character"
|
6
6
|
validation:
|
7
7
|
errors:
|
8
|
+
password_and_confirm_must_be_the_same: "passwords must be the same"
|
8
9
|
password_must_contain_uppercase_lowercase_number_special_character: "must contain at least one uppercase letter, one lowercase letter, one number and one special character"
|
9
10
|
cannot_unadmin_last_admin: "at least one user must be an administrator"
|
10
11
|
cannot_unlock_last_admin: "at least one user must be unlocked"
|
@@ -5,6 +5,7 @@ it:
|
|
5
5
|
password_requires_special_characters: "deve contenere almeno un carattere speciale"
|
6
6
|
validation:
|
7
7
|
errors:
|
8
|
+
password_and_confirm_must_be_the_same: "le password devono essere uguali"
|
8
9
|
password_must_contain_uppercase_lowercase_number_special_character: "deve contenere almeno una lettera maiuscola, una lettera minuscola, un numero e un carattere speciale"
|
9
10
|
cannot_unadmin_last_admin: "almeno un utente deve essere un amministratore"
|
10
11
|
cannot_unlock_last_admin: "almeno un utente deve essere sbloccato"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_auth_commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.
|
4
|
+
version: 3.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-05 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: devise
|