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:
parent
40a58787c5
commit
2c94f6afbe
1 changed files with 3 additions and 0 deletions
|
@ -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`
|
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
|
#### FROM_EMAIL
|
||||||
|
|
||||||
See `EMAIL_BACKEND`.
|
See `EMAIL_BACKEND`.
|
||||||
|
|
Loading…
Reference in a new issue