mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 08:06:38 +02:00
#3131 - Get rid of autocomplete when we do not want it
Correct commit now.
This commit is contained in:
@@ -6794,7 +6794,7 @@ var_dump($select_options);*/
|
||||
|
||||
$text .= "
|
||||
<form method='post' action='".$url."' id='{$form['id']}-form' enctype='multipart/form-data' autocomplete='off' >
|
||||
<div style='display:none'><input type='password' id='_no_autocomplete_' /></div>
|
||||
<div style='display:none'><input type='text' name='lastname_74758209201093747' autocomplete='off' id='_no_autocomplete_' /></div>
|
||||
<div id='admin-ui-edit'>
|
||||
".vartrue($form['header'])."
|
||||
".$this->token()."
|
||||
|
Reference in New Issue
Block a user