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

feature(#8676): added usernameMatch criteria to login methods to match signup #8686

Merged
merged 11 commits into from
Jul 6, 2023

Conversation

ageddesi
Copy link
Contributor

@ageddesi ageddesi commented Jun 22, 2023

This PR adds insensitive matching to the login step of dbAuth, this is to match the matching we implemented previously in the register step. For full details please see the bug #8676

@ageddesi ageddesi changed the title feature: added usernameMatch criteria to login methods to match signup WIP: DO NOT MERGE: feature: added usernameMatch criteria to login methods to match signup Jun 22, 2023
@ageddesi ageddesi changed the title WIP: DO NOT MERGE: feature: added usernameMatch criteria to login methods to match signup feature(#8676): added usernameMatch criteria to login methods to match signup Jul 6, 2023
@Josh-Walker-GM
Copy link
Collaborator

@cannikin Do you have time to review this one? I think you reviewed some of the prior related PRs?

(The CI has some errors we're experiencing across various PRs so don't worry about those right now)

@cannikin cannikin added the release:feature This PR introduces a new feature label Jul 6, 2023
@cannikin cannikin added this to the next-release milestone Jul 6, 2023
@Josh-Walker-GM Josh-Walker-GM linked an issue Jul 6, 2023 that may be closed by this pull request
1 task
@jtoar jtoar modified the milestones: next-release, v6.0.0 Jul 6, 2023
@jtoar jtoar merged commit f5d1a1a into redwoodjs:main Jul 6, 2023
11 of 12 checks passed
jtoar pushed a commit that referenced this pull request Jul 6, 2023
…h signup (#8686)

This PR adds insensitive matching to the login step of dbAuth, this is
to match the matching we implemented previously in the register step.
For full details please see the bug
#8676
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:feature This PR introduces a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug?]: Login Handler of dbAuth cannot handle case insensitive usernames
4 participants