Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • create or upgrade a user to superuser

    • Execute the following commands (updating the username and email account appropriately)

      Code Block
      languagetext
      sudo su edxapp -s /bin/bash
      cd
      source /edx/app/edxapp/edxapp_env
      python /edx/binapp/python.edxapp /edx-platform/bin/manage.edxapppy lms manage_user staff staff@example.com --staff --superuser --settings=production


    • See also Creating an admin user in LMS/CMS, which is written for devstack

  • set or change password 

...