/**
  * Get the response for after a successful password reset.
  *
  * @param  string  $response
  * @return \Symfony\Component\HttpFoundation\Response
  */
 protected function getResetSuccessResponse($response)
 {
     return $this->r_users->successToResetPassword($response, $this->redirectPath());
 }