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

Uid Sent in binary instead of string #1610

Closed
lincmba opened this issue May 28, 2019 · 0 comments · Fixed by #1611
Closed

Uid Sent in binary instead of string #1610

lincmba opened this issue May 28, 2019 · 0 comments · Fixed by #1611

Comments

@lincmba
Copy link
Contributor

lincmba commented May 28, 2019

Upon generating a reset password link, the uid and username are generated as a byte string. This adds the characters: b' code for b' and #39;& is code for '.
This happens in python3.
They should remain as strings as was before

Aha! Link: https://ona.aha.io/features/PROD-252

lincmba added a commit that referenced this issue May 28, 2019
…e representation of `b'` and `'` characters are used.

Here we specifically use the decoded strings to avoid errors caused by the above.
fixes #1610

Signed-off-by: Lincoln Simba <[email protected]>
lincmba added a commit that referenced this issue May 31, 2019
…e representation of `b'` and `'` characters are used.

Here we specifically use the decoded strings to avoid errors caused by the above.
fixes #1610

Signed-off-by: Lincoln Simba <[email protected]>
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.

1 participant