gitlab-org--gitlab-foss/app/views/admin
Dmitriy Zaporozhets 7081ab1e9e Merge branch 'add-unlock-access' into 'master'
Add support for unlocking users in admin settings

### What does this MR do?

This MR gives the ability to unlock a user from the Admin panel.

### Why was this MR needed?

If a user fails to login a certain number of times, Devise locks the user out for a certain amount of time (e.g. 10 minutes). There is no way for an admin to unlock a user if this happens (aside from editing the `locked_at` field entirely).

### Screenshots

#### Admin index page

![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/14c661d1d1f026770997b19af714c514/image.png)

#### Admin edit user page

![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/0c6f795757e5f03eeb923d818b7d6a96/image.png)

### What are the relevant issue numbers?

This replaces !288.

Closes https://github.com/gitlabhq/gitlabhq/issues/9381

See merge request !922
2015-07-02 13:39:35 +00:00
..
application_settings Changed the placement of Restricted Domains 2015-06-23 15:54:33 -07:00
applications Capitalize "X" in "New X". 2015-04-30 21:33:02 +02:00
background_jobs Add a page title to every page. 2015-04-30 19:12:15 +02:00
broadcast_messages Fix broadcast message colors to one displayed in preview 2015-06-08 20:39:02 +02:00
dashboard Add feature to disable version check 2015-03-10 12:51:46 -07:00
deploy_keys Remove link leading to a 404 error in Deploy Keys page 2015-07-01 22:53:52 -07:00
groups Bootlint: Use offset grid classes instead of empty divs 2015-06-16 13:32:32 -04:00
hooks Add a page title to every page. 2015-04-30 19:12:15 +02:00
identities Remove duplicate 'required: true' attribute 2015-06-26 22:08:34 -04:00
keys Add a page title to every page. 2015-04-30 19:12:15 +02:00
logs Add a page title to every page. 2015-04-30 19:12:15 +02:00
projects Bootlint: Use offset grid classes instead of empty divs 2015-06-16 13:32:32 -04:00
services Add a page title to every page. 2015-04-30 19:12:15 +02:00
users Add support for unlocking users in admin settings 2015-07-02 04:22:51 -07:00