mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-02-16 10:29:51 +01:00
fix typo on documentation
This commit is contained in:
parent
e06deed3b8
commit
6e478e6e82
@ -436,7 +436,7 @@ ADMINS_NOTIFICATIONS = {
|
|||||||
- MEDIA_ADDED: a media is added
|
- MEDIA_ADDED: a media is added
|
||||||
- MEDIA_REPORTED: the report for a media was hit
|
- MEDIA_REPORTED: the report for a media was hit
|
||||||
|
|
||||||
### 5.23 Configure only memeber access to media
|
### 5.23 Configure only member access to media
|
||||||
|
|
||||||
- Make the portal workflow public, but at the same time set `GLOBAL_LOGIN_REQUIRED = True` so that only logged in users can see content.
|
- Make the portal workflow public, but at the same time set `GLOBAL_LOGIN_REQUIRED = True` so that only logged in users can see content.
|
||||||
- You can either set `REGISTER_ALLOWED = False` if you want to add members yourself or checkout options on "django-allauth settings" that affects registration in `cms/settings.py`. Eg set the portal invite only, or set email confirmation as mandatory, so that you control who registers.
|
- You can either set `REGISTER_ALLOWED = False` if you want to add members yourself or checkout options on "django-allauth settings" that affects registration in `cms/settings.py`. Eg set the portal invite only, or set email confirmation as mandatory, so that you control who registers.
|
||||||
|
Loading…
Reference in New Issue
Block a user