7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-22 15:04:39 +00:00

Fix local createuser documentation

Close #169.
This commit is contained in:
Régis Behmo 2019-02-12 17:40:59 +01:00
parent 484bb59ec6
commit 3f105a0ef3

View File

@ -80,7 +80,7 @@ Creating a new user with staff and admin rights
You will most certainly need to create a user to administer the platform. Just run::
tutor createuser --staff --superuser yourusername user@email.com
tutor local createuser --staff --superuser yourusername user@email.com
You will asked to set the user password interactively.