- Patch #616616 by sime: add warning to 'Administer users' permission.

merge-requests/26/head
Dries Buytaert 2009-10-31 18:04:01 +00:00
parent 8a40036a49
commit 66b7e4f95a
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ function user_permission() {
),
'administer users' => array(
'title' => t('Administer users'),
'description' => t('Manage or block users, and manage their role assignments.'),
'description' => t('Manage or block users, and manage their role assignments. %warning', array('%warning' => t('Warning: Give to trusted roles only; this permission has security implications.'))),
),
'access user profiles' => array(
'title' => t('Access user profiles'),