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

Use strings instead of binary strings in reset_url generation #1611

Merged
merged 1 commit into from
May 31, 2019

Commits on May 31, 2019

  1. In python3, when a binary string is rendered to string, the ascii cod…

    …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 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    5d0ff6f View commit details
    Browse the repository at this point in the history