Esempio n. 1
0
 /**
  * Create a new user
  *
  * @return integer
  */
 public function reset(array $input)
 {
     if (!$this->valid($input)) {
         return false;
     }
     return $this->user->resetPassword($input);
 }