mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-03 08:25:04 +00:00
feat: 支持修改忘记密码重置密码的连接 (#5700)
perf: 优化代码暗示 Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
@@ -107,7 +107,7 @@ class PublicSettingApi(generics.RetrieveAPIView):
|
||||
|
||||
@staticmethod
|
||||
def get_login_title():
|
||||
default_title = _('Welcome to the JumpServer open source fortress')
|
||||
default_title = _('Welcome to the JumpServer open source Bastion Host')
|
||||
if not settings.XPACK_ENABLED:
|
||||
return default_title
|
||||
from xpack.plugins.interface.models import Interface
|
||||
|
Reference in New Issue
Block a user