bug #4060 Browser tries to remember wrong password when creating new user
This commit is contained in:
parent
a86dc47741
commit
0134d5154f
@ -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
|
||||
|
||||
@ -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');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user