File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2283,7 +2283,6 @@ auths.host = Host
22832283auths.port = Port
22842284auths.bind_dn = Bind DN
22852285auths.bind_password = Bind Password
2286- auths.bind_password_helper = Warning: This password is stored in plain text. Use a read-only account if possible.
22872286auths.user_base = User Search Base
22882287auths.user_dn = User DN
22892288auths.attribute_username = Username Attribute
Original file line number Diff line number Diff line change 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">
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments