Merge pull request #1905 from YunoHost/auth_header-to-false

ssowatconf: change auth_header from None to false
This commit is contained in:
Alexandre Aubin 2024-07-11 11:14:47 +02:00 committed by GitHub
commit 3a06241956
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1694,7 +1694,7 @@ def app_ssowatconf():
else:
auth_header = "basic-without-password"
else:
auth_header = None
auth_header = False
permissions[perm_name] = {
"users": perm_info["corresponding_users"],