mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1905 from YunoHost/auth_header-to-false
ssowatconf: change auth_header from None to false
This commit is contained in:
commit
3a06241956
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue