/**
  * @Given I reset their password
  */
 public function iResetTheirPassword()
 {
     $this->showPage->resetPassword();
 }