|
@@ -159,7 +159,7 @@ function Register($reg_errors = array())
|
|
|
$context['user']['is_owner'] = true;
|
|
|
|
|
|
|
|
|
- $user_info['permissions'] = array_merge($user_info['permissions'], array('profile_account_own', 'profile_extra_own'));
|
|
|
+ $user_info['permissions'] = array_merge($user_info['permissions'], array('profile_account_own', 'profile_extra_own', 'profile_other_own', 'profile_password_own'));
|
|
|
$reg_fields = explode(',', $modSettings['registration_fields']);
|
|
|
|
|
|
|