hello
in function below how to use the //or condition, which to retain and remove. i dont want to generate password but want user to give new password
public function forgottenPasswordAction()
{
// $usersTable->changePassword($auth->usr_id, $password);
}
}
return new ViewModel(array('form' => $form));
}
hello
in function below how to use the //or condition, which to retain and remove. i dont want to generate password but want user to give new password
public function forgottenPasswordAction()
{
// $usersTable->changePassword($auth->usr_id, $password);
}
}
return new ViewModel(array('form' => $form));
}