mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 06:50:15 +02:00
Instructions for accessing superuser account
This commit is contained in:
parent
397ca97f0f
commit
d2666f2440
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user