feat: 添加登陆复合

This commit is contained in:
feng626
2021-09-10 16:09:33 +08:00
committed by Jiangjie.Bai
parent 4588965a8d
commit 491f3d3dde
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ export default {
return {
visible: false,
fields: [
'SECURITY_LOGIN_LIMIT_COUNT', 'SECURITY_LOGIN_LIMIT_TIME',
'SECURITY_LOGIN_LIMIT_COUNT', 'SECURITY_LOGIN_LIMIT_TIME', 'LOGIN_CONFIRM_ENABLE',
'USER_LOGIN_SINGLE_MACHINE_ENABLED', 'ONLY_ALLOW_EXIST_USER_AUTH',
'ONLY_ALLOW_AUTH_FROM_SOURCE'
],

View File

@@ -43,6 +43,7 @@ export default {
'OLD_PASSWORD_HISTORY_LIMIT_COUNT',
'SECURITY_MFA_VERIFY_TTL',
'SECURITY_LOGIN_CAPTCHA_ENABLED',
'LOGIN_CONFIRM_ENABLE',
'AuthLimit',
'PasswordRule'
]