perf: 修改翻译

This commit is contained in:
ibuler
2021-09-16 19:28:02 +08:00
committed by 老广
parent 2c46072db2
commit f963c5ef9d
3 changed files with 40 additions and 33 deletions

View File

@@ -67,7 +67,7 @@ class SecurityAuthSerializer(serializers.Serializer):
)
ONLY_ALLOW_AUTH_FROM_SOURCE = serializers.BooleanField(
required=False, default=False, label=_("Only from source login"),
help_text=_("If enable, CAS、OIDC auth will be failed, if user not exist yet")
help_text=_("Only log in from the user source property")
)
SECURITY_MFA_VERIFY_TTL = serializers.IntegerField(
min_value=5, max_value=60*60*10,