Hack to avoid Agent DN + Password being overwritten by some ugly browsers with stored site credentials
Conflicts: apps/user_ldap/css/settings.css
This commit is contained in:
parent
c0e78d9841
commit
7fd7706542
2 changed files with 12 additions and 0 deletions
|
@ -127,3 +127,8 @@ select[multiple=multiple] + button {
|
|||
.ldap_grey {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.outoftheway {
|
||||
position: absolute;
|
||||
left: -2000px;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
<div class="outoftheway">
|
||||
<!-- Hack for Safari and Chromium/Chrome which ignore autocomplete="off" -->
|
||||
<input type="text" id="fake_user" name="fake_user" autocomplete="off" />
|
||||
<input type="password" id="fake_password" name="fake_password"
|
||||
autocomplete="off" />
|
||||
</div>
|
||||
|
||||
<fieldset id="ldapWizard1">
|
||||
<p>
|
||||
<select id="ldap_serverconfig_chooser" name="ldap_serverconfig_chooser">
|
||||
|
|
Loading…
Reference in a new issue