From bd8a8922ccecd89194868ae9a21fb03ef17712f1 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 20 Feb 2018 12:52:00 -0500 Subject: [PATCH] Detailed superuser main character instructions --- docs/installation/auth/allianceauth.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation/auth/allianceauth.md b/docs/installation/auth/allianceauth.md index 2012ea5e..27a01632 100644 --- a/docs/installation/auth/allianceauth.md +++ b/docs/installation/auth/allianceauth.md @@ -190,7 +190,9 @@ Before using your auth site it is essential to create a superuser account. This python /home/allianceserver/myauth/manage.py createsuperuser -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. +The superuser account is accessed by logging in via the admin site at `https://example.com/admin`. + +If you intend to use this account as your personal auth account you need to add a main character. Navigate to the normal user dashboard (at `https://example.com`) after logging in via the admin site and select `Change Main`. Once a main character has been added it is possible to use SSO to login to this account. ## Updating