thecore_auth_commons 2.2.0 → 2.2.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 +4 -4
- data/config/locales/en.devise.custom.yml +19 -0
- data/config/locales/it.devise.custom.yml +19 -0
- data/lib/thecore_auth_commons/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ca10c00f70db784bc00e38893413e45bbd6b4e7696af42a900c726d01473d95
|
|
4
|
+
data.tar.gz: 7465a9b0985889df3398da3346ebd24119b137782b6956f4562171ff1c2d3729
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70d33fe66598135ba4a865b1737405d6520fb52b34c07e134501aa6841a895512d625688283307c75dacb671d63775e5e4459fa294399d828ebe3a8dd7cd0125
|
|
7
|
+
data.tar.gz: 90d73e467c4f4cc0eb1d425e9a6fbfb62a4217092c8d40e1a4100af996f35fa9d8686d8632b6dfc001719978874e1947a2ef200fd00c52bfd9200cd6bbb612cc
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
en:
|
|
2
|
+
devise:
|
|
3
|
+
failure:
|
|
4
|
+
user:
|
|
5
|
+
invalid: Incorrect login credentials.
|
|
6
|
+
not_found_in_database: Incorrect login credentials.
|
|
7
|
+
mailer:
|
|
8
|
+
password_changed_instructions:
|
|
9
|
+
greeting: Welcome %{recipient}!
|
|
10
|
+
instruction: We sent you this email to inform about password change.
|
|
11
|
+
instruction_2: If you didn't changed password, we ask you to contact our customer service, please.
|
|
12
|
+
shared:
|
|
13
|
+
links:
|
|
14
|
+
sign_out: Log out
|
|
15
|
+
descriptions:
|
|
16
|
+
current_password_needed: (we need your current password to confirm your changes)
|
|
17
|
+
leave_blank: (leave blank if you don't want to change it)
|
|
18
|
+
validations:
|
|
19
|
+
minimum_length: "%{length} characters minimum"
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
it:
|
|
2
|
+
devise:
|
|
3
|
+
failure:
|
|
4
|
+
user:
|
|
5
|
+
invalid: Credenziali di accesso errate.
|
|
6
|
+
not_found_in_database: Credenziali di accesso errate.
|
|
7
|
+
mailer:
|
|
8
|
+
password_changed_instructions:
|
|
9
|
+
greeting: Benvenuto %{recipient}!
|
|
10
|
+
instruction: Le abbiamo inviato questa email per notificarle il fatto che la sua password è stata cambiata.
|
|
11
|
+
instruction_2: Se non è stato lei a richiedere la modifica della password, la preghiamo di contattare il servizio clienti.
|
|
12
|
+
shared:
|
|
13
|
+
links:
|
|
14
|
+
sign_out: Esci
|
|
15
|
+
descriptions:
|
|
16
|
+
current_password_needed: (è necessario inserire la password corrente per autorizzare la modifica)
|
|
17
|
+
leave_blank: (lasciare vuota se non la si vuole modificare)
|
|
18
|
+
validations:
|
|
19
|
+
minimum_length: la lunghezza minima è di %{length} caratteri
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thecore_auth_commons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -104,6 +104,8 @@ files:
|
|
|
104
104
|
- config/initializers/after_initialize_thecore_auth_commons.rb
|
|
105
105
|
- config/initializers/devise.rb
|
|
106
106
|
- config/locales/devise.en.yml
|
|
107
|
+
- config/locales/en.devise.custom.yml
|
|
108
|
+
- config/locales/it.devise.custom.yml
|
|
107
109
|
- config/routes.rb
|
|
108
110
|
- db/migrate/20200306143408_create_users.rb
|
|
109
111
|
- db/migrate/20200306151046_add_admin_field_to_user.rb
|