mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-23 00:38:39 +00:00
[Update] OTP文案修改为MFA
This commit is contained in:
@@ -27,7 +27,7 @@ class UserCheckPasswordForm(forms.Form):
|
||||
|
||||
|
||||
class UserCheckOtpCodeForm(forms.Form):
|
||||
otp_code = forms.CharField(label=_('Otp_code'), max_length=6)
|
||||
otp_code = forms.CharField(label=_('MFA_code'), max_length=6)
|
||||
|
||||
|
||||
class UserCreateUpdateForm(forms.ModelForm):
|
||||
|
Reference in New Issue
Block a user