Closed mattmcdonald-uk closed 3 months ago
1.23.0
11.20.0
8.3.x
No response
When setting lowercase_usernames to true attempts to request password reset links will use the case sensitive user input.
lowercase_usernames
true
Set lowercase_usernames => true in config/fortify.php
lowercase_usernames => true
config/fortify.php
Register a user account with the email test@example.org
test@example.org
Request a password reset email with the email TEST@example.org
TEST@example.org
You've sent a PR so let's see how it goes.
Fortify Version
1.23.0
Laravel Version
11.20.0
PHP Version
8.3.x
Database Driver & Version
No response
Description
When setting
lowercase_usernames
totrue
attempts to request password reset links will use the case sensitive user input.Steps To Reproduce
Set
lowercase_usernames => true
inconfig/fortify.php
Register a user account with the email
test@example.org
Request a password reset email with the email
TEST@example.org