Skip to content

Commit

Permalink
Merge pull request #9050 from gem/default-acl_on
Browse files Browse the repository at this point in the history
Do not allow all users to see other users outputs by default
  • Loading branch information
ptormene authored Sep 28, 2023
2 parents 41cb4b8 + 1fb92fa commit 21be65a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[Paolo Tormene]
* In the WebUI users are not allowed to see other users outputs by default
(the old default can be obtained setting ACL_ON = False)

[Manuela Villani, Michele Simionato]
* Computed ASCE-41 outputs for AELO project

Expand Down
4 changes: 2 additions & 2 deletions openquake/server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@

# Authentication is not enabled by default
LOCKDOWN = False
# Allow all users to see other users outputs by default
ACL_ON = False
# Forbid users to see other users outputs by default
ACL_ON = True

# Add additional paths (as regular expressions) that don't require
# authentication.
Expand Down

0 comments on commit 21be65a

Please sign in to comment.