mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-02 07:55:16 +00:00
perf: rename some workd
This commit is contained in:
@@ -87,7 +87,7 @@ class BaseAccountSerializer(
|
||||
"username": {
|
||||
"help_text": _(
|
||||
"* If no username is required for authentication, enter null. "
|
||||
"For DS accounts, use the format username@domain."
|
||||
"For AD accounts, use the format username@domain."
|
||||
)
|
||||
},
|
||||
}
|
||||
|
@@ -21,7 +21,7 @@ class VirtualAccountSerializer(serializers.ModelSerializer):
|
||||
'username': {'label': _('Username')},
|
||||
'secret_from_login': {
|
||||
'help_text': _(
|
||||
'Current only support login from DS/LDAP. Secret priority: '
|
||||
'Current only support login from AD/LDAP. Secret priority: '
|
||||
'Same account in asset secret > Login secret > Manual input. <br/ >'
|
||||
'For security, please set config CACHE_LOGIN_PASSWORD_ENABLED to true'
|
||||
)
|
||||
|
Reference in New Issue
Block a user