From 2c94f6afbe7bdc20d0dbcb6a3728b4dd3faedb03 Mon Sep 17 00:00:00 2001 From: Stephan Geisler Date: Wed, 10 Jan 2024 22:53:15 +0100 Subject: [PATCH] Update settings.md Description added on how to create a superuser in order to be able to use the ENABLE_ACCOUNT_LOGIN parameter (result of issue: #1520) --- docs/config/settings.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/config/settings.md b/docs/config/settings.md index 6d211959..9b3dc6d7 100644 --- a/docs/config/settings.md +++ b/docs/config/settings.md @@ -72,6 +72,9 @@ Do you want users to be able to create an account directly on your uMap instance Can be set through env var: `ENABLE_ACCOUNT_LOGIN=1` +User accounts can be managed via the Diango admin page (`{SITE_URL}/admin`). +The required superuser must be created on the command line with this command: `umap createsuperuser`. + #### FROM_EMAIL See `EMAIL_BACKEND`.