1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-09 13:50:47 +02:00

Turn off auto-complete on admin -> users -> add new

This commit is contained in:
Cameron
2013-04-15 14:06:15 -07:00
parent 96e7f8e777
commit b1b5cf5808
2 changed files with 35 additions and 12 deletions

View File

@@ -1207,7 +1207,7 @@ class users_admin_ui extends e_admin_ui
$this->addTitle(LAN_USER_QUICKADD);
$text = "<div>".$frm->open("core-user-adduser-form")."
$text = "<div>".$frm->open("core-user-adduser-form",null,null,'autocomplete=0')."
<fieldset id='core-user-adduser'>
<table class='table adminform'>
<colgroup>