- Patch #616616 by sime: add warning to 'Administer users' permission.
parent
8a40036a49
commit
66b7e4f95a
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue