Page 1 of 1

No errormessage after entering incorrect username/password

Posted: Wed Aug 31, 2005 12:35 pm
by Woudloper
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:

Code: Select all

<?php
	if ($error != "") {
		echo '<span class="loginerror">'.$error.'</span>';
	}
?>

Re: No errormessage after entering incorrect username/password

Posted: Wed Aug 31, 2005 12:41 pm
by Ted
It's fixed in svn.  There was actually 2 reasons why it wasn't working, but it's all good now.

Re: No errormessage after entering incorrect username/password

Posted: Wed Aug 31, 2005 1:01 pm
by Woudloper
wishy wrote: It's fixed in svn.  There was actually 2 reasons why it wasn't working, but it's all good now.
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).

Re: No errormessage after entering incorrect username/password

Posted: Wed Aug 31, 2005 1:34 pm
by Ted
I only changed admin/login.php, not admin/themes/default/login.php.