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

Optionally replace pipes for dots in auth0 username #36

Merged
merged 3 commits into from Apr 22, 2019

Conversation

nmartinezb3
Copy link

@nmartinezb3 nmartinezb3 commented Sep 15, 2017

With the dot instead of the pipe, the usernames in my backend are inconsistent with the usernames in auth0, so if I need to change some user info in auth0 from my backend, I must replace again the dots for pipes.

This can be configurable with the settings var REPLACE_PIPE_FOR_DOTS_IN_USERNAME, which is True by default.

@zulrang
Copy link

zulrang commented Oct 24, 2017

How do you handle the fact that pipes are an illegal character in Django usernames?

@nmartinezb3
Copy link
Author

I don't handle it, it just works. Django allow you to set by code a username with a pipe.

@mcueto mcueto added this to In progress in New features / compatibility Dec 15, 2017
@mcueto mcueto self-assigned this Dec 15, 2017
Copy link
Owner

@mcueto mcueto left a comment

Choose a reason for hiding this comment

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

Thank you for contribute to this project and sorry for the long lasting lag between your pull request and the merge.

I will reactivate the development of this package 😄

@mcueto mcueto merged commit 0655288 into mcueto:master Apr 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants