thecore_auth_commons 3.5.9 → 3.5.11
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: 374afcf8e15a81539a8d623c170d26b410b8cf2f5364f09a6497549c6f4d37b5
|
|
4
|
+
data.tar.gz: 7bfc8682a2efad3b263a811c64324272ecff125506b0e53d0b46c7b2f6b13f87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee3a18c59d135e541eb4a841dbd94683d64f0c38ed31bb3301d0b86e0894855a6d6f339d1ee5cfa5502ebf0b216998bebdc8ce6194eeeda365e642ab8765b536
|
|
7
|
+
data.tar.gz: 4504973a5c47c75a4ded62778efe7e4296f6a6ce3e990e37b16a7b1b6fa55b3aae1b2dd3073768ace1dc1a3c371290e4b4ff9c90e039a05e41424ec118e7c664
|
|
@@ -1,23 +1,26 @@
|
|
|
1
1
|
en:
|
|
2
2
|
devise:
|
|
3
3
|
sessions:
|
|
4
|
-
invalid: "
|
|
4
|
+
invalid: "Invalid credentials or password."
|
|
5
5
|
user:
|
|
6
|
-
invalid: "
|
|
6
|
+
invalid: "Invalid credentials or password."
|
|
7
7
|
error:
|
|
8
8
|
messages:
|
|
9
9
|
password_requires_letters_and_numbers: "must contain at least one letter and one number"
|
|
10
10
|
password_requires_special_characters: "must contain at least one special character"
|
|
11
11
|
validation:
|
|
12
12
|
errors:
|
|
13
|
-
password_and_confirm_must_be_the_same: "passwords must
|
|
13
|
+
password_and_confirm_must_be_the_same: "passwords must match"
|
|
14
14
|
password_must_contain_uppercase_lowercase_number_special_character: "must contain at least one uppercase letter, one lowercase letter, one number and one special character"
|
|
15
15
|
cannot_unadmin_last_admin: "at least one user must be an administrator"
|
|
16
|
-
cannot_unlock_last_admin: "at least one user must
|
|
16
|
+
cannot_unlock_last_admin: "at least one user must remain unlocked"
|
|
17
17
|
cannot_delete_last_admin: "at least one user must be an administrator"
|
|
18
18
|
cannot_delete_last_role: "at least one role must exist"
|
|
19
19
|
activerecord:
|
|
20
20
|
models:
|
|
21
|
+
ldap_server:
|
|
22
|
+
one: LDAP Server
|
|
23
|
+
other: LDAP Servers
|
|
21
24
|
user:
|
|
22
25
|
one: User
|
|
23
26
|
other: Users
|
|
@@ -27,31 +30,78 @@ en:
|
|
|
27
30
|
permission:
|
|
28
31
|
one: Permission
|
|
29
32
|
other: Permissions
|
|
33
|
+
action:
|
|
34
|
+
one: Action
|
|
35
|
+
other: Actions
|
|
36
|
+
predicate:
|
|
37
|
+
one: Predicate
|
|
38
|
+
other: Predicates
|
|
39
|
+
target:
|
|
40
|
+
one: Target
|
|
41
|
+
other: Targets
|
|
42
|
+
permission_role:
|
|
43
|
+
one: Permission Role
|
|
44
|
+
other: Permission Roles
|
|
45
|
+
role_user:
|
|
46
|
+
one: Role User
|
|
47
|
+
other: Role Users
|
|
30
48
|
attributes:
|
|
49
|
+
ldap_server:
|
|
50
|
+
host: Host
|
|
51
|
+
port: Port
|
|
52
|
+
base_dn: Base DN
|
|
53
|
+
admin_user: Admin User
|
|
54
|
+
admin_password: Admin Password
|
|
55
|
+
priority: Priority
|
|
56
|
+
use_ssl: Use SSL?
|
|
57
|
+
auth_field: Authentication Field
|
|
31
58
|
user:
|
|
32
59
|
email: Email
|
|
33
60
|
code: Code
|
|
34
61
|
roles: Roles
|
|
35
62
|
admin: Administrator?
|
|
36
|
-
created_at:
|
|
63
|
+
created_at: Created On
|
|
37
64
|
locked: Locked?
|
|
38
65
|
third_party: Third Party?
|
|
39
66
|
password: Password
|
|
40
67
|
password_confirmation: Confirm Password
|
|
68
|
+
auth_source: Authentication Source
|
|
41
69
|
role:
|
|
42
70
|
users: Users
|
|
43
71
|
name: Role
|
|
44
72
|
permissions: Permissions
|
|
45
|
-
created_at:
|
|
46
|
-
updated_at: Last
|
|
73
|
+
created_at: Created On
|
|
74
|
+
updated_at: Last Updated
|
|
47
75
|
permission:
|
|
48
76
|
predicate: Predicate
|
|
49
77
|
action: Action
|
|
50
78
|
model: Model
|
|
79
|
+
action:
|
|
80
|
+
name: Name
|
|
81
|
+
created_at: Created On
|
|
82
|
+
updated_at: Updated On
|
|
83
|
+
predicate:
|
|
84
|
+
name: Name
|
|
85
|
+
created_at: Created On
|
|
86
|
+
updated_at: Updated On
|
|
87
|
+
target:
|
|
88
|
+
name: Name
|
|
89
|
+
created_at: Created On
|
|
90
|
+
updated_at: Updated On
|
|
91
|
+
permission_role:
|
|
92
|
+
role: Role
|
|
93
|
+
permission: Permission
|
|
94
|
+
created_at: Created On
|
|
95
|
+
updated_at: Updated On
|
|
96
|
+
role_user:
|
|
97
|
+
role: Role
|
|
98
|
+
user: User
|
|
99
|
+
created_at: Created On
|
|
100
|
+
updated_at: Updated On
|
|
51
101
|
descriptions:
|
|
52
|
-
user: In this section
|
|
53
|
-
role: In this section
|
|
54
|
-
permission: The predicate defines whether it is a permission to
|
|
102
|
+
user: In this section you can search and filter the list of users, or sort it by various fields.
|
|
103
|
+
role: In this section you can create roles for the RBAC system managed by the abilities files, to define CRUD and other permissions.
|
|
104
|
+
permission: The predicate defines whether it is a permission to allow or deny an action; the action defines what can or cannot be done; the model defines the resource it applies to.
|
|
55
105
|
permissions:
|
|
56
106
|
predicates:
|
|
57
107
|
can: Can
|
|
@@ -30,6 +30,21 @@ it:
|
|
|
30
30
|
permission:
|
|
31
31
|
one: Permesso
|
|
32
32
|
other: Permessi
|
|
33
|
+
action:
|
|
34
|
+
one: Azione
|
|
35
|
+
other: Azioni
|
|
36
|
+
predicate:
|
|
37
|
+
one: Predicato
|
|
38
|
+
other: Predicati
|
|
39
|
+
target:
|
|
40
|
+
one: Obiettivo
|
|
41
|
+
other: Obiettivi
|
|
42
|
+
permission_role:
|
|
43
|
+
one: Ruolo del Permesso
|
|
44
|
+
other: Ruoli del Permesso
|
|
45
|
+
role_user:
|
|
46
|
+
one: Utente del Ruolo
|
|
47
|
+
other: Utenti del Ruolo
|
|
33
48
|
attributes:
|
|
34
49
|
ldap_server:
|
|
35
50
|
# t.string :host, null: false
|
|
@@ -69,6 +84,28 @@ it:
|
|
|
69
84
|
predicate: Predicato
|
|
70
85
|
action: Azione
|
|
71
86
|
model: Modello
|
|
87
|
+
action:
|
|
88
|
+
name: Nome
|
|
89
|
+
created_at: Data di Creazione
|
|
90
|
+
updated_at: Data di Aggiornamento
|
|
91
|
+
predicate:
|
|
92
|
+
name: Nome
|
|
93
|
+
created_at: Data di Creazione
|
|
94
|
+
updated_at: Data di Aggiornamento
|
|
95
|
+
target:
|
|
96
|
+
name: Nome
|
|
97
|
+
created_at: Data di Creazione
|
|
98
|
+
updated_at: Data di Aggiornamento
|
|
99
|
+
permission_role:
|
|
100
|
+
role: Ruolo
|
|
101
|
+
permission: Permesso
|
|
102
|
+
created_at: Data di Creazione
|
|
103
|
+
updated_at: Data di Aggiornamento
|
|
104
|
+
role_user:
|
|
105
|
+
role: Ruolo
|
|
106
|
+
user: Utente
|
|
107
|
+
created_at: Data di Creazione
|
|
108
|
+
updated_at: Data di Aggiornamento
|
|
72
109
|
descriptions:
|
|
73
110
|
user: In questa sezione dell'applicazione potete cercare nella lista degli utenti in diversi modi usando i filtri o ordinare la lista secondo diversi campi.
|
|
74
111
|
role: In questa sezione si possono creare dei ruoli da usare nell'RBAC gestito dai file abilities, per definire le autorizzazioni CRUD e non solo.
|