From d2666f24401652241cbe5871d79e7f6fcf2aae73 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 20 Feb 2018 12:20:07 -0500 Subject: [PATCH] Instructions for accessing superuser account --- docs/installation/auth/allianceauth.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/installation/auth/allianceauth.md b/docs/installation/auth/allianceauth.md index ba162062..2012ea5e 100644 --- a/docs/installation/auth/allianceauth.md +++ b/docs/installation/auth/allianceauth.md @@ -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. \ No newline at end of file +Always restart celery and gunicorn after updating.