From ea4f826625a3f45e3029ca7c1c414694caa191a4 Mon Sep 17 00:00:00 2001 From: hkosaka Date: Mon, 3 Dec 2012 03:29:29 +0000 Subject: [PATCH] 2012-12-03 Hirofumi Kosaka * include/functions_html.php: Use "autocomplete=off" in all password fields (this is re-apply of rev5823, that was dropped at rev6607). Merged from branch 4.x. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7215 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/include/functions_html.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index b816b03652..7d9bd5a599 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2012-12-03 Hirofumi Kosaka + + * include/functions_html.php: Use "autocomplete=off" in all + password fields (this is re-apply of rev5823, that was + dropped at rev6607). Merged from branch 4.x. + 2012-12-03 Junichi Satoh * godmode/setup/setup.php: Changed not to depend on DateTimeZone diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 70dbdd3bed..54c09d448a 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -579,7 +579,7 @@ function html_print_input_text_extended ($name, $value, $id, $alt, $size, $maxle "onmouseup", "onmouseover", "onmousemove", "onmouseout", "onkeypress", "onkeydown", "onkeyup"); - $output = '