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.81k stars 524 forks source link

[Improvement] Disable User Automatic Login #16

Closed mprajescu closed 3 years ago

mprajescu commented 3 years ago

After a user is successfully registered, without even having the email verified, it is automatically allowed to login into the system. Sometimes this is not a desired action.

Can you please implement a way so administrators can disable the automatic login of newly registered users?

mprajescu commented 3 years ago

After checking through the settings.py file, I could see there are different options for not allowing users to automatically login, however, this would look much nicer in a Control Panel/Admin Settings page for the site and would like to push this for a request to implement this.

mgogoulos commented 3 years ago

Closing, will handle this on https://github.com/mediacms-io/mediacms/issues/42 and though better documentation