From 570a22a31c8540185ba1170db3265d2a393f5ce1 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 27 Dec 2023 04:28:08 +0100 Subject: [PATCH] Make linters happy --- src/authenticators/ldap_ynhuser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/authenticators/ldap_ynhuser.py b/src/authenticators/ldap_ynhuser.py index ad039fad0..31378526d 100644 --- a/src/authenticators/ldap_ynhuser.py +++ b/src/authenticators/ldap_ynhuser.py @@ -84,6 +84,7 @@ def user_is_allowed_on_domain(user: str, domain: str) -> bool: return user in admins + # We want to save the password in the cookie, but we should do so in an encrypted fashion # This is needed because the SSO later needs to possibly inject the Basic Auth header # which includes the user's password