No errormessage after entering incorrect username/password
Posted: Wed Aug 31, 2005 12:35 pm
Is it correct that I don't receive an errormessage when I enter incorrect username/password combination? At my local version this is not working and even on the opensourcecms.com demo of "CMS Made Simple" I don't receive an errormessage.
According to me the errormessage should be shown as the following code is listed in the default admin template:
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>';
}
?>