diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-02-06 15:38:08 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-02-06 16:17:46 -0600 |
commit | 426680def4bdeb7c6b37d8a0538fc73c39942495 (patch) | |
tree | 573425c39c4391f1c533801bcf9cbecfe3a4e740 /app/controllers/admin/users_controller.rb | |
parent | 54ff60f7064b4287ce3727c9a6f373a77b03ef5f (diff) | |
download | gitlab-ce-426680def4bdeb7c6b37d8a0538fc73c39942495.tar.gz |
Backport of the frontend view, including tests
Diffstat (limited to 'app/controllers/admin/users_controller.rb')
-rw-r--r-- | app/controllers/admin/users_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/users_controller.rb b/app/controllers/admin/users_controller.rb index aa0f8d434dc..1cd50852e89 100644 --- a/app/controllers/admin/users_controller.rb +++ b/app/controllers/admin/users_controller.rb @@ -175,7 +175,7 @@ class Admin::UsersController < Admin::ApplicationController def user_params_ce [ - :admin, + :access_level, :avatar, :bio, :can_create_group, |