From 6e478e6e82176629047f58ca4242333ba510afe8 Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Wed, 23 Mar 2022 20:48:26 +0200 Subject: [PATCH] fix typo on documentation --- docs/admins_docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admins_docs.md b/docs/admins_docs.md index 89e56cd..7bec065 100644 --- a/docs/admins_docs.md +++ b/docs/admins_docs.md @@ -436,7 +436,7 @@ ADMINS_NOTIFICATIONS = { - MEDIA_ADDED: a media is added - 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. - 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.