loginConfig,captchaType属性补写,修复openApi运行失败问题

This commit is contained in:
zhangzhongjie 2025-01-10 09:29:27 +08:00
parent e431aab26a
commit a01de839eb

View File

@ -51,6 +51,8 @@ maxkey.crypto.password.encoder =bcrypt
############################################################################ ############################################################################
#enable captcha #enable captcha
maxkey.login.captcha =${LOGIN_CAPTCHA:true} maxkey.login.captcha =${LOGIN_CAPTCHA:true}
#TEXT ARITHMETIC
maxkey.login.captcha.type =${LOGIN_CAPTCHA:TEXT}
#enable two factor,use one time password #enable two factor,use one time password
maxkey.login.mfa =false maxkey.login.mfa =false
#Enable kerberos/SPNEGO #Enable kerberos/SPNEGO