WCrash7

Results 2 comments of WCrash7

in my code: ` . . . $identity = $this->getIdentity('username_password'); if ($identity === null && !empty($this->username)) { $this->identities = null; . . . ` This line is used to set...