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

Stop lower-casing email on user search #167

Merged
merged 2 commits into from
Nov 6, 2018
Merged

Conversation

helmus
Copy link
Contributor

@helmus helmus commented Nov 5, 2018

Per the documentation here:
https://auth0.com/docs/api/management/v2#!/Users_By_Email/get_users_by_email

If Auth0 is the identify provider (idP), the email address associated with a user is saved in lower case, regardless of how you initially provided it. For example, if you register a user as JohnSmith@example.com, Auth0 saves the user's email as johnsmith@example.com.

In cases where Auth0 is not the idP, the email is stored based on the rules of idP, so make sure the search is made using the correct capitalization.

@helmus helmus changed the title remove lower casing of email BUG remove lower casing of email Nov 5, 2018
@lbalmaceda lbalmaceda changed the title BUG remove lower casing of email Stop lower-casing email on user search Nov 6, 2018
Copy link
Contributor

@lbalmaceda lbalmaceda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@lbalmaceda lbalmaceda added this to the v3-Next milestone Nov 6, 2018
@lbalmaceda lbalmaceda merged commit 74baa97 into auth0:master Nov 6, 2018
@lbalmaceda lbalmaceda modified the milestones: v3-Next, 3.4.0 Nov 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants