I have specified 'fedora.django.auth.backends.FasBackend' in the
custom auth field. Once I hit "Save", I can no longer log in as ANY
user, neither from the FasBackend nor the built-in admin account.

I see no errors in the Apache error_log. Any advice on how to track
the problem? Running in 'manage.py runserver' gives no error messages
either.

On Feb 3, 4:07 pm, Christian Hammond <chip...@chipx86.com> wrote:
> Hi Stephen,
>
> Review Board can use custom Django auth backends by specifying the full
> module path in the Custom Authentication section in General Settings in the
> administration UI. Review Board will use that auth backend as the primary
> and fall back on the built-in authentication for existing accounts (so that
> your administration account will still work if your auth backend is broken).
> You shouldn't need to modify any code to make this work.
>
> Seehttp://www.reviewboard.org/docs/manual/dev/admin/admin-ui/authenticat...
>
> Note that in 1.0.x, these are in General Settings, but in the upcoming 1.5
> release, they're in their own settings page.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
> On Wed, Feb 3, 2010 at 11:32 AM, Stephen Gallagher <karrde...@gmail.com>wrote:
>
> > I'm trying to adapt a Django authentication backend to work with
> > ReviewBoard (specifically
> >https://fedorahosted.org/releases/p/y/python-fedora/doc/django.html)
>
> > Is there a guide anywhere on how to convert a Django auth backend to a
> > ReviewBoard backend? Or a guide on how to properly use a Django auth
> > backend with ReviewBoard?
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~----------~----~----~----~------~----~------~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com<reviewboard%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to