No errormessage after entering incorrect username/password

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
Woudloper

No errormessage after entering incorrect username/password

Post 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>';
	}
?>
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: No errormessage after entering incorrect username/password

Post by Ted »

It's fixed in svn.  There was actually 2 reasons why it wasn't working, but it's all good now.
Woudloper

Re: No errormessage after entering incorrect username/password

Post 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).
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: No errormessage after entering incorrect username/password

Post by Ted »

I only changed admin/login.php, not admin/themes/default/login.php.
Locked

Return to “CMSMS Core”