According to me the errormessage should be shown as the following code is listed in the default admin template:
Code: Select all
<?php
if ($error != "") {
echo '<span class="loginerror">'.$error.'</span>';
}
?>
Code: Select all
<?php
if ($error != "") {
echo '<span class="loginerror">'.$error.'</span>';
}
?>
Does the change only include the backend functionality or did there also made a change on the template document? I would like to know as I am working on a custom admin template (and I have modified the login.php).wishy wrote: It's fixed in svn. There was actually 2 reasons why it wasn't working, but it's all good now.