mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.52k stars 458 forks source link

Sign up Can't be disabled #964

Open 4cecoder opened 5 months ago

4cecoder commented 5 months ago

Describe the issue Within local_settings.py we can set flags like REGISTER_ALLOWED = False

But when we do this it only gets rid of the sign up button

but doesn't disable the API routes nor does it disable the pages you use to sign up.

Making this just purely aesthetic and not truly disallowing site registration.