We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 [email protected]
[email protected]
Request a password reset email with the email [email protected]
The text was updated successfully, but these errors were encountered:
You've sent a PR so let's see how it goes.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
[email protected]
Request a password reset email with the email
[email protected]
The text was updated successfully, but these errors were encountered: