예제 #1
0
 /**
  * Generates a token for password change and saves it in the
  * 'password_reminders' table with the email of the
  * user.
  *
  * @return string $token
  */
 public function forgotPassword()
 {
     return ConfideFacade::forgotPassword($this->email);
 }