Change LDAP password field to be a password field

Fixes https://jira.coreos.com/browse/QS-114
This commit is contained in:
Joseph Schorr 2018-01-09 16:31:52 -05:00
parent a7e7cdcef3
commit dfb436a3ce

View file

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