Skip to content
Discussion options

You must be logged in to vote

Hi,

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

  • if you set REGISTER_ALLOWED = False, the 'sign up' button at the top right is hidden
  • if you set USERS_CAN_SELF_REGISTER = False, then users cannot self register, even if they visit the sign up page

so you have to set both if you want to prevent new sign ups. And I agree that they could be combined in a single setting, so you don't have to set both!

As far as the option CAN_ADD_MEDIA = "advancedUser", if you set it and try to visit the Upload link while being a normal user (not advancedUser), the upload button is available, but if you enter any of the two options (used to be Upload only, now it's also the …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tgenerelo
Comment options

@tgenerelo
Comment options

Answer selected by tgenerelo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants