From a69794bd56fe87b61a7008c74257c4bfdd6bcc11 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 6 Apr 2015 17:27:11 -0700 Subject: [PATCH] Admin-UI: Disabled browser autocomplete (was messing up user passwords if editing their record) --- e107_handlers/form_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 4dd2c80e0..47a3f323d 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -122,7 +122,7 @@ class e_form { $autoComplete = " autocomplete='".($options['autocomplete'] ? 'on' : 'off')."'"; } - + if($method == 'get' && strpos($target,'=')) { @@ -4213,7 +4213,7 @@ class e_form $curTab = varset($_GET['tab'],0); $text .= " -
+
".vartrue($form['header'])." ".$this->token()."