From ab628fec98da87b210e14894343fda130099314d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 24 Sep 2025 18:34:46 +0200 Subject: [PATCH] ovpnmain.cgi: Bring back auth-user-pass This seems to have been unintentionally removed during the latest OpenVPN changes. Signed-off-by: Michael Tremer --- html/cgi-bin/ovpnmain.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index b63e5752c..5bc569bcf 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -2443,6 +2443,7 @@ END print "auth-nocache\n"; # Set a fake user name for authentication + print "auth-user-pass\n"; print "auth-token-user USER\n"; print "auth-token TOTP\n"; -- 2.47.3