You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: