Skip to content
Snippets Groups Projects
Commit 7fd77065 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

Hack to avoid Agent DN + Password being overwritten by some ugly browsers with...

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

Conflicts:
	apps/user_ldap/css/settings.css
parent c0e78d98
No related branches found
No related tags found
No related merge requests found
......@@ -127,3 +127,8 @@ select[multiple=multiple] + button {
.ldap_grey {
color: #777;
}
.outoftheway {
position: absolute;
left: -2000px;
}
<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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment