File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2283,7 +2283,6 @@ auths.host = Host
2283
2283
auths.port = Port
2284
2284
auths.bind_dn = Bind DN
2285
2285
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.
2287
2286
auths.user_base = User Search Base
2288
2287
auths.user_dn = User DN
2289
2288
auths.attribute_username = Username Attribute
Original file line number Diff line number Diff line change 53
53
<div class="field">
54
54
<label for="bind_password">{{.i18n.Tr "admin.auths.bind_password"}}</label>
55
55
<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>
57
56
</div>
58
57
{{end}}
59
58
<div class="{{if .Source.IsLDAP}}required{{end}} field">
Original file line number Diff line number Diff line change 28
28
<div class="ldap field {{if not (eq .type 2)}}hide{{end}}">
29
29
<label for="bind_password">{{.i18n.Tr "admin.auths.bind_password"}}</label>
30
30
<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>
32
31
</div>
33
32
<div class="binddnrequired {{if (eq .type 2)}}required{{end}} field">
34
33
<label for="user_base">{{.i18n.Tr "admin.auths.user_base"}}</label>
You can’t perform that action at this time.
0 commit comments