Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
This MR gives the ability to unlock a user from the Admin panel.
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).
This replaces !288 (closed).