aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Script/CreateSuperuser.pm
Commit message (Collapse)AuthorAgeLines
* Fix password setting in createsuperuser script.Matthew Somerville2020-02-26-6/+14
|
* Use normal user authentication to control access to /adminMatthew Somerville2016-07-19-0/+25
- Adds is_superuser flag to User - Logged-in user must be a superuser or have from_body set in order to access anything within /admin - has_permission_to on a superuser will always return true - Only superusers can create/grant superusers - New `createsuperuser` command for creating superusers