mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-05-07 04:32:11 +00:00
[Feature] 增加功能,安全设置(全局MFA设置,密码强度校验)
This commit is contained in:
@@ -72,7 +72,7 @@ class UserCreateUpdateForm(forms.ModelForm):
|
||||
'data-placeholder': _('Join user groups')
|
||||
}
|
||||
),
|
||||
'otp_level': forms.RadioSelect()
|
||||
'otp_level': forms.RadioSelect(),
|
||||
}
|
||||
|
||||
def clean_public_key(self):
|
||||
|
||||
Reference in New Issue
Block a user