disable form autocompletion
This commit is contained in:
parent
d88882a123
commit
7bbdec0498
|
@ -120,7 +120,7 @@ echo $_SESSION['header'];
|
||||||
</table>
|
</table>
|
||||||
<br><br>
|
<br><br>
|
||||||
<!-- form to change existing profiles -->
|
<!-- form to change existing profiles -->
|
||||||
<form action="confmain.php" method="post">
|
<form action="confmain.php" method="post" autocomplete="off">
|
||||||
<table align="center"><tr><td>
|
<table align="center"><tr><td>
|
||||||
<table align="center" border="2" rules="none" bgcolor="white" class="ui-corner-all">
|
<table align="center" border="2" rules="none" bgcolor="white" class="ui-corner-all">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||||
Copyright (C) 2003 - 2013 Roland Gruber
|
Copyright (C) 2003 - 2014 Roland Gruber
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -134,7 +134,7 @@ echo $_SESSION['header'];
|
||||||
?>
|
?>
|
||||||
<br>
|
<br>
|
||||||
<!-- form to change main options -->
|
<!-- form to change main options -->
|
||||||
<form action="mainlogin.php" method="post">
|
<form action="mainlogin.php" method="post" autocomplete="off">
|
||||||
<table align="center">
|
<table align="center">
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<table align="center" border="2" rules="none" bgcolor="white" class="ui-corner-all" style="padding: 20px;">
|
<table align="center" border="2" rules="none" bgcolor="white" class="ui-corner-all" style="padding: 20px;">
|
||||||
|
|
Loading…
Reference in New Issue