Change LDAP password field to be a password field
Fixes https://jira.coreos.com/browse/QS-114
This commit is contained in:
parent
a7e7cdcef3
commit
dfb436a3ce
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@
|
|||
<strong>plaintext</strong> inside the config.yaml, so setting up a dedicated account or using
|
||||
<a href="http://tools.ietf.org/id/draft-stroeder-hashed-userpassword-values-01.html" ng-safenewtab>a password hash</a> is <strong>highly</strong> recommended.
|
||||
</div>
|
||||
<span class="config-string-field" binding="config.LDAP_ADMIN_PASSWD"></span>
|
||||
<input class="form-control" type="password" ng-model="config.LDAP_ADMIN_PASSWD">
|
||||
<div class="help-text">
|
||||
The password for the Administrator DN.
|
||||
</div>
|
||||
|
|
Reference in a new issue