Ejemplo n.º 1
0
 public function process()
 {
     try {
         LBoxXTProject::login(array_key_exists("email", $this->form->getControls()) ? $this->getNickByEmail($this->form->getControlByName("email")->getValue()) : $this->form->getControlByName("nick")->getValue(), $this->form->getControlByName("password")->getValue(), $remember = true);
     } catch (Exception $e) {
         throw $e;
     }
 }