perf: 添加 session 在线数量 (#11464)

* perf: 添加 session 在线数量

* perf: 优化会话数量

* perf: 优化会话数量

---------

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2023-08-31 17:00:03 +08:00
committed by GitHub
parent db0b43ee84
commit 1138cd3334
6 changed files with 78 additions and 62 deletions

View File

@@ -22,7 +22,7 @@ class VirtualAccountSerializer(serializers.ModelSerializer):
'secret_from_login': {
'help_text': _(
'Current only support login from AD/LDAP. Secret priority: '
'Same account in asset secret > Login secret > Manual input. '
'Same account in asset secret > Login secret > Manual input. <br/ >'
'For security, please set config CACHE_LOGIN_PASSWORD_ENABLED to true'
)
},