summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-31 18:04:01 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-31 18:04:01 +0000
commit66b7e4f95a702c066e18ca75e73f48f5eabb2971 (patch)
treeee6d3c5b08b797a850609c6817b9fa4c1ce3fe86
parent8a40036a49d15d8f8f971e5cd060ebd804ed625e (diff)
downloadbrdo-66b7e4f95a702c066e18ca75e73f48f5eabb2971.tar.gz
brdo-66b7e4f95a702c066e18ca75e73f48f5eabb2971.tar.bz2
- Patch #616616 by sime: add warning to 'Administer users' permission.
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index d0e1027fe..b35d10268 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -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'),