You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using manage.py createsuperuser to create a super user, said user ends up with the "Player" role, meaning that anyone with a higher role could modify it (which is bad). Instead, create super users with "Admin" role.
The text was updated successfully, but these errors were encountered:
When using
manage.py createsuperuser
to create a super user, said user ends up with the "Player" role, meaning that anyone with a higher role could modify it (which is bad). Instead, create super users with "Admin" role.The text was updated successfully, but these errors were encountered: