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

Django 3.1 new hashing breaks compatibility #1

Open
ToastedBagel opened this issue Jan 13, 2021 · 0 comments
Open

Django 3.1 new hashing breaks compatibility #1

ToastedBagel opened this issue Jan 13, 2021 · 0 comments

Comments

@ToastedBagel
Copy link

It seems that as of Django 3.1, the django project seems to require

DEFAULT_HASHING_ALGORITHM='sha1'

in the settings.py for this Authdjango plugin to read everything correctly. While that doesn't explicitly makes sense, for now it appears to be needed.

See the release notes for Django 3.1 for more details. https://docs.djangoproject.com/en/3.1/releases/3.1/

I can't figure out what exactly is happening though, but I'm not a PHP dev really so I'm having trouble even finding the php error output to better diagnose. For now, the workaround is the settings option above.

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

No branches or pull requests

1 participant