In 2.8.0.3 the logout link on the main page is:
/phpMyAdmin-2.8.0.3/user_password.php?&old_usr=oldusrname
Therefore the frameset will not be reloaded and the
"Change password" page will be displayed instead after
relogin.
In prior versions the correct logout link was like:
/phpMyAdmin/index.php?lang=de-iso-8859-1&server=1&old_usr=oldusrname
index.php or user_password.php (in 2.8.0.3) are hard
coded in main.php.
Logged In: YES
user_id=192186
Fixed in CVS, thanks for reporting.