[Update] OTP文案修改为MFA

This commit is contained in:
BaiJiangjie
2018-04-20 11:23:31 +08:00
parent 9ac7f26c74
commit 7a219e1710
10 changed files with 80 additions and 80 deletions

View File

@@ -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):