Skip to content

Commit 987f192

Browse files
committed
remove ui warning regarding unencrypted password
1 parent 74386d9 commit 987f192

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

options/locale/locale_en-US.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2283,7 +2283,6 @@ auths.host = Host
22832283
auths.port = Port
22842284
auths.bind_dn = Bind DN
22852285
auths.bind_password = Bind Password
2286-
auths.bind_password_helper = Warning: This password is stored in plain text. Use a read-only account if possible.
22872286
auths.user_base = User Search Base
22882287
auths.user_dn = User DN
22892288
auths.attribute_username = Username Attribute

templates/admin/auth/edit.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<div class="field">
5454
<label for="bind_password">{{.i18n.Tr "admin.auths.bind_password"}}</label>
5555
<input id="bind_password" name="bind_password" type="password" value="{{$cfg.BindPassword}}">
56-
<p class="help text red">{{.i18n.Tr "admin.auths.bind_password_helper"}}</p>
5756
</div>
5857
{{end}}
5958
<div class="{{if .Source.IsLDAP}}required{{end}} field">

templates/admin/auth/source/ldap.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<div class="ldap field {{if not (eq .type 2)}}hide{{end}}">
2929
<label for="bind_password">{{.i18n.Tr "admin.auths.bind_password"}}</label>
3030
<input id="bind_password" name="bind_password" type="password" autocomplete="off" value="{{.bind_password}}">
31-
<p class="help text red">{{.i18n.Tr "admin.auths.bind_password_helper"}}</p>
3231
</div>
3332
<div class="binddnrequired {{if (eq .type 2)}}required{{end}} field">
3433
<label for="user_base">{{.i18n.Tr "admin.auths.user_base"}}</label>

0 commit comments

Comments
 (0)