The branch, QA_3_4 has been updated via 3ec3c7ee1766331a25899483ff78ff468516fc2e (commit) from 40d7c3b8baa84c474af5f710e60351b05330f3c6 (commit)
- Log ----------------------------------------------------------------- -----------------------------------------------------------------------
Summary of changes: ChangeLog | 1 + js/server_privileges.js | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 90e2b24..eecc5b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ phpMyAdmin - ChangeLog - bug #3353811 [interface] Info message has "error" class - bug #3357837 [interface] TABbing through a NULL field in the inline mode resets NULL - remove version number in /setup +- bug #3367993 [usability] Missing "Generate Password" button
3.4.3.1 (2011-07-02) - [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-5 diff --git a/js/server_privileges.js b/js/server_privileges.js index 8b9c5e9..f178c6c 100644 --- a/js/server_privileges.js +++ b/js/server_privileges.js @@ -489,6 +489,7 @@ $(document).ready(function() { } });
+ displayPasswordGenerateButton(); }, 'top.frame_content'); //end $(document).ready()
/**#@- */
hooks/post-receive