-
- Downloads
Merge branch 'add-resend-confirm-email-admin-page' into 'master'
Add "Confirm user" button to admin page ### What does this MR do? This MR adds a "Confirm user" to the admin user page. ### Why was this MR needed? There is no way for an admin to force a user confirmation. Some users create users in the API and then don't have a way to force the user into a confirmed state. Originally, I attempted to add a link to allow the admin to resend a confirmation e-mail. But that may not be helpful because a user can be in the unconfirmed state with no `unconfirmed_email` set. ### Screenshot  ### What are the relevant issue numbers? * Closes #2116 * Closes https://github.com/gitlabhq/gitlabhq/issues/9502 See merge request !1067
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/admin/users_controller.rb 8 additions, 0 deletionsapp/controllers/admin/users_controller.rb
- app/views/admin/users/show.html.haml 10 additions, 0 deletionsapp/views/admin/users/show.html.haml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- spec/controllers/admin/users_controller_spec.rb 14 additions, 0 deletionsspec/controllers/admin/users_controller_spec.rb
- spec/models/user_spec.rb 13 additions, 0 deletionsspec/models/user_spec.rb
Please register or sign in to comment