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
Just had a bit of a scare. I did not set EXPLORER_PERMISSION_CHANGE in my settings.py, only EXPLORER_PERMISSION_VIEW. Because of this, /explorer/play and explorer/new were accessible by any user. I think it would be better if these defaulted to False to prevent access problems.
The text was updated successfully, but these errors were encountered:
WillNilges
changed the title
Permissions should be False by default.
Permissions should be False by default
Sep 20, 2024
The default value is user.is_staff -- so unless that was overridden, it should not be the case that any user would have access. Can you expand a bit more?
Just had a bit of a scare. I did not set
EXPLORER_PERMISSION_CHANGE
in mysettings.py
, onlyEXPLORER_PERMISSION_VIEW
. Because of this,/explorer/play
andexplorer/new
were accessible by any user. I think it would be better if these defaulted toFalse
to prevent access problems.The text was updated successfully, but these errors were encountered: