Skip to content

Allow admin to create new user identities

Drew Blessing requested to merge dblessing/gitlab-ce:admin_add_identity into master

Fixes #2442 (closed)

This is a pretty easy implementation. It re-uses the existing edit form and just adds the required controller actions.

The one thing I'm unsure about is the 'New Identity' button placement. cc/ @creamzy @skyruler Do you have any suggestions for improving?

Screen_Shot_2015-12-11_at_2.28.38_PM

Merge request reports