? 366950-split-user-permissions.patch
? 470306-email-column-too-short.patch
? 486278-make-xml-server-user-drupal-set-header-rev2.patch
? 486278-make-xml-server-user-drupal-set-header.patch
Index: modules/user/user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.module,v
retrieving revision 1.1000
diff -u -p -r1.1000 user.module
--- modules/user/user.module	8 Jun 2009 05:00:11 -0000	1.1000
+++ modules/user/user.module	12 Jun 2009 13:54:57 -0000
@@ -796,6 +796,10 @@ function user_perm() {
       'title' => t('Administer users'),
       'description' => t('Manage or block users, and manage their role assignments.'),
     ),
+    'administer user settings' => array(
+      'title' => t('Administer user settings'),
+      'description' => t('Manage administrative settings that apply to how user accounts are handled.'),
+    ),
     'access user profiles' => array(
       'title' => t('Access user profiles'),
       'description' => t('View profiles of users on the site, which may contain personal information.'),
@@ -1365,7 +1369,7 @@ function user_menu() {
     'description' => 'Configure default behavior of users, including registration requirements, e-mails, and user pictures.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('user_admin_settings'),
-    'access arguments' => array('administer users'),
+    'access arguments' => array('administer user settings'),
   );
 
   // Permission administration pages.
