feat: 支持修改忘记密码重置密码的连接 (#5700)

perf: 优化代码暗示

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2021-03-10 11:21:12 +08:00
committed by GitHub
parent 81170b4b7b
commit 7b2f813e7f
10 changed files with 122 additions and 104 deletions

View File

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