Enable insecure login

This commit is contained in:
SuperMarioDaBom
2023-07-18 11:33:18 -07:00
parent 4274963c20
commit 2583592ab3

View File

@@ -23,6 +23,7 @@ func registerCommonAuthenticationServerProtocols() {
ticketGrantingProtocol.SetSecureStationURL(secureStationURL)
ticketGrantingProtocol.SetBuildName(serverBuildString)
ticketGrantingProtocol.EnableInsecureLogin()
globals.AuthenticationServer.SetPasswordFromPIDFunction(globals.PasswordFromPID)
}