From 10756cef7be73c1a20c6c835b7d2fe5bb7529ef4 Mon Sep 17 00:00:00 2001 From: Erriez Date: Wed, 22 Dec 2021 19:38:46 +0100 Subject: [PATCH] Fix typo configuration.rst --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 84d81011..27ca8ed8 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -164,7 +164,7 @@ To have the account created automatically, you just need to define a few environ - ``INITIAL_ADMIN_PW``: the admin password. - ``INITIAL_ADMIN_MODE``: use one of the options below for configuring how the admin account must be created: - - ``create``: (default) creates a new admin account and raises an exception when already exists. + - ``create``: (default) creates a new admin account and raises an exception when it already exists. - ``ifmissing``: creates a new admin account when the admin account does not exist. - ``update``: creates a new admin account when it does not exist, or update the password of an existing admin account.