Instructions for accessing superuser account

This commit is contained in:
Adarnof 2018-02-20 12:20:07 -05:00 committed by GitHub
parent 397ca97f0f
commit d2666f2440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,10 +190,7 @@ Before using your auth site it is essential to create a superuser account. This
python /home/allianceserver/myauth/manage.py createsuperuser
```eval_rst
.. important::
Be sure to add a main character to this account before attempting to activate services with it.
```
The superuser account is accessed by logging in via the admin page at `https://example.com/admin`. If you intend to use this account as your personal auth account you need to add a main character through the dashboard before attempting to activate services. Once a main character has been added it is possible to use SSO to login to this account.
## Updating
@ -203,4 +200,4 @@ Some releases come with changes to settings: update your project's settings with
Some releases come with new or changed models. Update your database to reflect this with `python /home/allianceserver/myauth/manage.py migrate`.
Always restart celery and gunicorn after updating.
Always restart celery and gunicorn after updating.