Epic bug because some vars not initialized as nil

This commit is contained in:
Alexandre Aubin 2024-01-31 01:30:11 +01:00
parent 5ed18f7b84
commit a44988a120

View file

@ -97,6 +97,10 @@ end
-- - and/or auth_headers is enabled for this app
-- ###########################################################################
local is_logged_in = nil
local authUser = nil
local authPasswordEnc = nil
function check_authentication()
-- cf. src/authenticators/ldap_ynhuser.py in YunoHost to see how the cookie is actually created