mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-01 07:27:35 +00:00
perf: 再次修改 setting
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user