Add support for user management of databases
This commit is contained in:
parent
aaccf38640
commit
bcb69603ad
9 changed files with 132 additions and 7 deletions
|
@ -248,6 +248,14 @@ return [
|
|||
'title' => 'Reset Database Password',
|
||||
'description' => 'Allows a user to reset passwords for databases.',
|
||||
],
|
||||
'delete_database' => [
|
||||
'title' => 'Delete Databases',
|
||||
'description' => 'Allows a user to delete databases for this server from the Panel.',
|
||||
],
|
||||
'create_database' => [
|
||||
'title' => 'Create Database',
|
||||
'description' => 'Allows a user to create additional databases for this server.',
|
||||
],
|
||||
],
|
||||
],
|
||||
'files' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue