-
Notifications
You must be signed in to change notification settings - Fork 0
Default users
By loading the default users, the system comes with three users at various authorisation levels.
A super user with access to everything.
Username: super
Password: superpassword
An administrator with access to normal admin jobs.
Username: admin
Password: adminpassword
Test users for general default site access
Username: testuser
Password: testuser
Username: testuser2
Password: testuser2
Register new users via
localhost:8886/snaps/join.html
Obviously on production systems or anything exposed in the wild you need to change these passwords.
Or even better add new users with these privileges and removed the default ones.
If you have deleted your super users, to escalate / regain that permission level,
go to the following URL: http://localhost:8886/snaps/admin/aristocracy/enforce
If no super user is found it will recreate the default one with the default password.
This hack will probably be removed once password reset is implemented,
and perhaps also restrictions on removing all super users privileges.