Project

General

Profile

« Previous | Next » 

Revision 1566

Added by Dietmar over 12 years ago

fix class.login, when name and pass are both empty, no longer call increase_attemps
some redirect updates in frontend account files

View differences:

class.login.php
93 93
			}
94 94
		} elseif($this->username == '' AND $this->password == '') {
95 95
			$this->message = $MESSAGE['LOGIN']['BOTH_BLANK'];
96
			$this->increase_attemps();
96
			$this->display_login();
97 97
		} elseif($this->username == '') {
98 98
			$this->message = $MESSAGE['LOGIN']['USERNAME_BLANK'];
99 99
			$this->increase_attemps();

Also available in: Unified diff