Skip to content

Is there an option to allow only mediacms members view uploaded media #422

Answered by mgogoulos
behnam-marandi asked this question in Q&A
Discussion options

You must be logged in to vote

not sure whether this helps you, perhaps

  • make the portal workflow public, but at the same time set GLOBAL_LOGIN_REQUIRED = True so that only logged in users can see content
  • checkout options on django-allauth settings that affect registration: https://github.com/mediacms-io/mediacms/blob/main/cms/settings.py
    Eg set the portal invite only, or set email confirmation as mandatory, so that you control who registers

If you end up with something that works for your setup, consider writing a few words on the documentation too!

https://github.com/mediacms-io/mediacms/blob/main/docs/admins_docs.md

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by behnam-marandi
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants