From 3f105a0ef3fcfa822cf8ce5b267c3d067db20506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 12 Feb 2019 17:40:59 +0100 Subject: [PATCH] Fix local createuser documentation Close #169. --- docs/local.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/local.rst b/docs/local.rst index ad529b7..5d6edf1 100644 --- a/docs/local.rst +++ b/docs/local.rst @@ -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.