Update docs with the new flask command

This commit is contained in:
kaiyou
2018-11-08 21:35:41 +01:00
parent 02995f0a15
commit 30716b8bdf
4 changed files with 12 additions and 12 deletions

View File

@@ -151,6 +151,6 @@ Finally, you must create the initial admin user account:
.. code-block:: bash
docker-compose run --rm admin python manage.py admin root example.net password
docker-compose exec admin flask mailu admin me example.net password
This will create a user named ``root@example.net`` with password ``password`` and administration privileges. Connect to the Web admin interface and change the password to a strong one.
This will create a user named ``me@example.net`` with password ``password`` and administration privileges. Connect to the Web admin interface and change the password to a strong one.