diff --git a/modules/user/user.module b/modules/user/user.module
index 044ad46..6b6b4fc 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -215,10 +215,20 @@
         'description' => t('User module account form elements'),
         'weight' => -10,
       ),
+      'picture' => array(
+        'label' => 'Picture upload',
+        'description' => t('User picture upload form element.'),
+        'weight' => 6,
+      ),
+      'signature_settings' => array(
+        'label' => 'Signature settings',
+        'description' => t('User signature form element.'),
+        'weight' => 7,
+      ),
       'timezone' => array(
         'label' => 'Timezone',
         'description' => t('User module timezone form element.'),
-        'weight' => 6,
+        'weight' => 8,
       ),
     ),
     'display' => array(
