Свойство | Type | Description | |
---|---|---|---|
$app | Silex\Application |
Méthode | Description | |
---|---|---|
__construct ( Silex\Application $app ) | ||
resetPasswordConfirm ( string $token, string $remoteIP, Symfony\Component\EventDispatcher\Event $event ) : boolean | Handle a password reset confirmation. | |
resetPasswordRequest ( string $username, string $remoteIP, Symfony\Component\EventDispatcher\Event $event ) : boolean | Sends email with password request. Accepts email or username. | |
setRandomPassword ( string $username ) : string | boolean | Set a random password for user. |
Méthode | Description | |
---|---|---|
resetPasswordNotification ( Bolt\Storage\Entity\Users $userEntity, string $shadowPassword, string $shadowToken ) | Send the password reset link notification to the user. |