Skip to content
New issue

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

Password reset requests don't respect lowercase_usernames setting #561

Closed
mattmcdev opened this issue Aug 8, 2024 · 1 comment · Fixed by #562
Closed

Password reset requests don't respect lowercase_usernames setting #561

mattmcdev opened this issue Aug 8, 2024 · 1 comment · Fixed by #562

Comments

@mattmcdev
Copy link
Contributor

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 to true attempts to request password reset links will use the case sensitive user input.

Steps To Reproduce

Set lowercase_usernames => true in config/fortify.php

Register a user account with the email [email protected]

Request a password reset email with the email [email protected]

@driesvints
Copy link
Member

You've sent a PR so let's see how it goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants