bug #4060 Browser tries to remember wrong password when creating new user

This commit is contained in:
Marc Delisle 2013-09-20 06:03:44 -04:00
parent a86dc47741
commit 0134d5154f
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog
- bug #3988 Rename view is not working
- bug #4041 Interaction between linkified fields and grid editing
- bug #3975 Table grouping isn't implemented properly
- bug #4060 Browser tries to remember wrong password when creating new user
4.0.7.0 (not yet released)
- bug #3993 Sorting in database overview with statistics doesn't work

View File

@ -1434,7 +1434,7 @@ function PMA_getHtmlForAddUser($dbname)
. PMA_Util::getIcon('b_usradd.png') . __('Add user') . "\n"
. '</h2>' . "\n"
. '<form name="usersForm" class="ajax" id="addUsersForm"'
. ' action="server_privileges.php" method="post">' . "\n"
. ' action="server_privileges.php" method="post" autocomplete="off" >' . "\n"
. PMA_generate_common_hidden_inputs('', '')
. PMA_getHtmlForDisplayLoginInformationFields('new');