perf: 再次修改 setting

This commit is contained in:
ibuler
2023-08-15 16:58:41 +08:00
parent 5e29c7e7bf
commit 9e6221443e
6 changed files with 17 additions and 11 deletions

View File

@@ -13,11 +13,6 @@ class BasicSettingSerializer(serializers.Serializer):
required=False, allow_blank=True, allow_null=True, label=_("User guide url"),
help_text=_('User first login update profile done redirect to it')
)
FORGOT_PASSWORD_URL = serializers.URLField(
required=False, allow_blank=True, allow_null=True, label=_("Forgot password url"),
help_text=_('The forgot password url on login page, If you use '
'ldap or cas external authentication, you can set it')
)
GLOBAL_ORG_DISPLAY_NAME = serializers.CharField(
required=False, max_length=1024, allow_blank=True, allow_null=True, label=_("Global organization name"),
help_text=_('The name of global organization to display')