Add captcha tokens management.
This commit is contained in:
@@ -7,4 +7,11 @@ return [
|
||||
'Allowed to create' => 'Allowed to create',
|
||||
'Allowed to edit' => 'Allowed to edit',
|
||||
'Allowed to delete' => 'Allowed to delete',
|
||||
'Allowed to watch all tokens' => 'Allowed to watch all tokens',
|
||||
'Allowed to view own tokens' => 'Allowed to view own tokens',
|
||||
'Allowed to create tokens' => 'Allowed to create tokens',
|
||||
'Allowed to edit all tokens' => 'Allowed to edit all tokens',
|
||||
'Allowed to edit own tokens' => 'Allowed to edit own tokens',
|
||||
'Allowed to delete own tokens' => 'Allowed to delete own tokens',
|
||||
'Allowed to delete all tokens' => 'Allowed to delete all tokens',
|
||||
];
|
||||
|
@@ -4,4 +4,5 @@ return [
|
||||
'Dashboard' => 'Dashboard',
|
||||
'User group' => 'User group',
|
||||
'Users' => 'Users',
|
||||
'Captcha tokens' => 'Captcha tokens',
|
||||
];
|
||||
|
@@ -220,5 +220,7 @@ return [
|
||||
'permissions' => 'permissions',
|
||||
'is_active' => 'is active',
|
||||
'roles' => 'user group',
|
||||
'public_token' => 'public token',
|
||||
'private_token' => 'private token',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user