do not require user_preference permission when creating new user (#3474)
This commit is contained in:
@@ -241,7 +241,7 @@ final class UserController extends AbstractController
|
||||
'action' => $this->generateUrl('admin_user_create'),
|
||||
'method' => 'POST',
|
||||
'include_active_flag' => true,
|
||||
'include_preferences' => $this->isGranted('preferences', $user),
|
||||
'include_preferences' => true,
|
||||
'include_add_more' => true,
|
||||
'include_teams' => $this->isGranted('teams_other_profile'),
|
||||
'include_roles' => $this->isGranted('roles_other_profile'),
|
||||
|
||||
Reference in New Issue
Block a user