1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00

Admin-UI: Disabled browser autocomplete (was messing up user passwords if editing their record)

This commit is contained in:
Cameron
2015-04-06 17:27:11 -07:00
parent 7a2226036b
commit a69794bd56

View File

@@ -4213,7 +4213,7 @@ class e_form
$curTab = varset($_GET['tab'],0); $curTab = varset($_GET['tab'],0);
$text .= " $text .= "
<form method='post' action='".$url."' id='{$form['id']}-form' enctype='multipart/form-data'> <form method='post' action='".$url."' id='{$form['id']}-form' enctype='multipart/form-data' autocomplete='off' >
<div> <div>
".vartrue($form['header'])." ".vartrue($form['header'])."
".$this->token()." ".$this->token()."