summaryrefslogtreecommitdiffstats
path: root/models/user_mail_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Admin page for managing user e-mail activation (#10557)guillep2k2020-03-021-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | * Implement mail activation admin panel * Add export comments * Fix another export comment * again... * And again! * Apply suggestions by @lunny * Add UI for user activated emails * Make new activation UI work * Fix lint * Prevent admin from self-deactivate; add modal Co-authored-by: zeripath <art27@cantab.net>
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-7/+9
| | | | | | * Fix tests code to prevent some runtime errors * Reduce nesting
* test: Add user mail testing. (#833)Bo-Yi Wu2017-02-041-0/+169