Method | Description | |
---|---|---|
resetPassword ( $username ) |
Method | Description | |
---|---|---|
findClient ( string $username ) : null | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface | Returns the client's account or null if it was not found | |
sendResetInstructions ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer | Sends the reset instructions to client | |
setClientResetPasswordHash ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer |
protected findClient ( string $username ) : null | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface | ||
$username | string | |
return | null | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface |
protected sendResetInstructions ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer | ||
$client | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface | |
return | integer |
protected setClientResetPasswordHash ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer | ||
$client | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface | |
return | integer |