/
How to Create admin user in lms/cms/etc.
How to Create admin user in lms/cms/etc.
How to view/update the Django admin console.
Note that these instructions are for use with devstack. If you are using a full-stack environment, some variations are required; for edX sandboxes, see the instructions on Managing Open edX Tips and Tricks.
Step-by-step guide
First, let's log in to your vagrant instance:
$ vagrant ssh
Switch to the edxapp user:
$ sudo su edxapp
Create your user
$ ./manage.py lms manage_user --help $ ./manage.py lms manage_user username username@example.com --staff --superuser --settings=devstack
- Confirm that you have access to the admin portal by logging in with your new account to LMS Admin
Related articles
, multiple selections available,
Related content
Administrator console for Open edX
Administrator console for Open edX
More like this
How to Make a New Working Group
How to Make a New Working Group
More like this
Technical Approach: Roles and Permissions
Technical Approach: Roles and Permissions
More like this
Open edX Installation Options
Open edX Installation Options
Read with this
Hosting edX in Production
Hosting edX in Production
Read with this
[FC-0047] - Configure mobile push notifications in edx-platform
[FC-0047] - Configure mobile push notifications in edx-platform
More like this