Closed browner12 closed 3 days ago
this is a bugfix for the new password reset cache driver. when translating from the DatabaseTokenRepository, I forgot to mimic the behavior of hashing the token going into storage.
DatabaseTokenRepository
thanks to @christophrumpel for finding this.
relevant line in the DatabaseTokenRepository. https://github.com/laravel/framework/blob/11.x/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php#L120
this is a bugfix for the new password reset cache driver. when translating from the
DatabaseTokenRepository
, I forgot to mimic the behavior of hashing the token going into storage.thanks to @christophrumpel for finding this.