Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
properly set
is_system_auditor
on initial LDAP login
django-auth-ldap recently changed its behavior at login to *delay* the user.save() call: django-auth-ldap/django-auth-ldap@b777321 our current process of discovering and setting up the system auditor role at LDAP login *relies* on the user having a primary key, so this code now manually calls .save() to enforce one
- Loading branch information