mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
In version 1.5, get_or_create_user method is not used. It exists just for the compatibility. The main function to use now is get_or_build_user. See the changelog: https://django-auth-ldap.readthedocs.io/en/latest/changes.html#id1 Fixes #9307