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)
This commit is contained in:
Stephan Geisler 2024-01-10 22:53:15 +01:00 committed by Alexis Métaireau
parent 40a58787c5
commit 2c94f6afbe

View file

@ -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`.