Example #1
0
 /**
  * Which field to log user in with
  * 
  * @return string
  */
 public function getLoginWithField()
 {
     $array = array('username' => 'username', 'email' => 'email', '_any_' => 'usernameOrEmail');
     return $array[MParams::getUserLoginWithField()];
 }