Merge pull request #7037 from Wachizungu/add-list-auth-keys-button-to-global-menu

Adds 'List Auth Keys' button to Administration in global menu
pull/7056/head
Alexandre Dulaunoy 2021-02-21 17:53:12 +01:00 committed by GitHub
commit 3228588921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -335,6 +335,10 @@
'text' => __('List Users'),
'url' => $baseurl . '/admin/users/index'
),
array(
'text' => __('List Auth Keys'),
'url' => $baseurl . '/auth_keys/index'
),
array(
'text' => __('List User Settings'),
'url' => $baseurl . '/user_settings/index/user_id:all'