Merge pull request #2970 from coreos-inc/joseph.schorr/QS-114/ldap-password

Change LDAP password field to be a password field
This commit is contained in:
josephschorr 2018-01-09 16:33:11 -05:00 committed by GitHub
commit 82db86ad3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>