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

[Moves][Fix] Convert username to string #1021

Closed
wants to merge 1 commit into from

Conversation

axsapronov
Copy link

Hi all,

I got error in line
https://github.com/omab/python-social-auth/blob/master/social/pipeline/user.py#L45

In this line, we split username value into parts. But if a username is an int value, then we will get an error.
In Moves backend, we store user_id (int value) in a username variable.

https://github.com/omab/python-social-auth/blob/master/social/backends/moves.py#L25

@axsapronov axsapronov changed the title [Moves] Convert username to string [Moves][Fix] Convert username to string Sep 21, 2016
@omab omab force-pushed the master branch 2 times, most recently from 1078c07 to de9f179 Compare December 3, 2016 14:23
@omab
Copy link
Owner

omab commented Dec 4, 2016

I've ported this PR into social-core.

Thanks!

@omab omab closed this Dec 4, 2016
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 this pull request may close these issues.

2 participants