From 8b4b8a17397461055df9728d7730f9d39e268088 Mon Sep 17 00:00:00 2001 From: hilary sinkoff <10408711+hsinkoff@users.noreply.github.com> Date: Thu, 31 Aug 2023 07:15:48 -0500 Subject: [PATCH] docs: update superuser username in getting_started.rst (#1149) --- docs/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 2fb71becf0..b34251c9c1 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -94,7 +94,7 @@ The default devstack services can be run by following the steps below. **NOTE:** When running the provision command, databases for ecommerce and edxapp will be dropped and recreated. - The username and password for the superusers are both ``edx``. You can access + The username for the superuser is ``edx@example.com`` and the password is ``edx``. You can access the services directly via Django admin at the ``/admin/`` path, or login via single sign-on at ``/login/``.