SymfonyCasts / reset-password-bundle

Need a killer reset password feature for your Symfony? Us too!
https://symfonycasts.com
MIT License
477 stars 68 forks source link

Allow overriding the `$resetRequestLifetime` when generating a token #257

Closed kbond closed 1 year ago

kbond commented 1 year ago

I have a requirement to, under certain conditions, generate reset tokens with a different TTL than the configured default.

kbond commented 1 year ago

CI should be fixed with #258.

weaverryan commented 1 year ago

Thanks Kevin!