Fix authentication backends.
Review Request #10045 — Created June 28, 2018 and submitted — Latest diff uploaded
BaseAuthBackend.get_user()
was removed with commit:a12a370fd - Modernize the documentation for BaseAuthBackend.
The function is called by Django when the user is authenticated and
therefore required.Also, the Active Directory backend needed fixing.
- Created Docker container form easybe/alpine-reviewboard:wip
- Successfully logged in with Active Directory credentials
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
reviewboard/accounts/backends/ad.py |
---|
reviewboard/accounts/backends/base.py |
---|