Hack to avoid Agent DN + Password being overwritten by some ugly browsers with stored site credentials

Conflicts:
	apps/user_ldap/css/settings.css
remotes/origin/fix-10825
Arthur Schiwon 12 years ago
parent c0e78d9841
commit 7fd7706542
  1. 5
      apps/user_ldap/css/settings.css
  2. 7
      apps/user_ldap/templates/part.wizard-server.php

@ -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…
Cancel
Save