aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/admin/users.t
Commit message (Collapse)AuthorAgeLines
* add alert editing to user edit page in adminStruan Donald2018-10-19-0/+58
| | | | disable, enable and delete for user alerts on user_edit page
* add a send login email button to user edit pageStruan Donald2018-06-25-0/+65
| | | | | | | | | Add a button to the user edit page that sends a login token email to the user. Helpful for user support situations where someone is having trouble logging in. Also for situations where you have added a user and want to get them logged in. Fixes #2041
* Use correct created column in problem timeline.Matthew Somerville2018-06-13-0/+4
| | | | The User model now also has a created column.
* Don’t require SMS_AUTHENTICATION to view/edit user email/phone_verifiedDave Arter2018-02-07-0/+14
| | | | | | | Previously this would force phone_verified to false for all user edits, as well as forcing email_verified to true - which would be the wrong thing to do if the user had been created/verified via the ‘report as another user’ flow.
* Admin ability to remove user account details.Matthew Somerville2018-02-06-0/+16
|
* Add admin ability to log user out.Matthew Somerville2018-02-06-0/+10
|
* Split up admin test file into many separate files.Matthew Somerville2018-01-31-0/+413