Closed QuitoTactico closed 1 month ago
(Sprint 1) They can be registered from the console, using py manage.py createsuperuser
.
Our user model overrides the default django user model. Because of that, the user/contentManager privileges can be managed with the is_superuser attribute.
Anyways, there's no register for users that can convert them into superusers from the bare start. Maybe using a "contentManager" code field in the register page can guaratee them the contentManager/superuser status.