Skip to content

Commit

Permalink
added more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrew committed Oct 28, 2024
1 parent 85a8e88 commit 6ca6e86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tethys_portal/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
# Set to True to allow Open Portal mode. This mode supersedes any specific user/group app access permissions
ENABLE_OPEN_PORTAL = TETHYS_PORTAL_CONFIG.pop("ENABLE_OPEN_PORTAL", False)

# Set to True to allow restricted app access. This mode removes access to apps for nonadmins unless given explicit permission
# Set to True to allow restricted app access. This mode removes access to apps for nonadmins unless given explicit permission.
# A list can also be provided to restrict specific applications unless users are given explicit permission
ENABLE_RESTRICTED_APP_ACCESS = TETHYS_PORTAL_CONFIG.pop(
"ENABLE_RESTRICTED_APP_ACCESS", False
)
Expand Down

0 comments on commit 6ca6e86

Please sign in to comment.