-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi, check on https://github.com/mediacms-io/mediacms/blob/main/docs/admins_docs.md
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 and you can't upload... |
Beta Was this translation helpful? Give feedback.


Hi,
check on https://github.com/mediacms-io/mediacms/blob/main/docs/admins_docs.md
REGISTER_ALLOWED = False, the 'sign up' button at the top right is hiddenUSERS_CAN_SELF_REGISTER = False, then users cannot self register, even if they visit the sign up pageso 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 beUploadonly, now it's also the …