Can you show me the exact part of that database? It shouldn't be a single
string, but rather a list of strings.

Also, the backend model in the database should be "builtin," not
"builtin_backend." That's in the code only. So I want to make sure I have
all the right information.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.review-board.org
VMware, Inc. - http://www.vmware.com


On Wed, May 20, 2009 at 4:33 AM, Hoggarth <hogga...@gmail.com> wrote:

>
> I'm having issues using custom authentication.  It seems that the list
> of custom auth backends loses the last character.  In the database the
> value is "builtin_backend,CrowdBackend", but this error message shows
> the d being removed from builtin_backend.  I'm using the latest rc2.
> Could anybody point me in the right direction?
>
> Thanks,
>  Scott Hoggarth
>
>  File "/usr/lib/python2.5/site-packages/Django-1.0.2_final-py2.5.egg/
> djang=
> o/core/handlers/base.py", line 86, in get_response
>    response =3D callback(request, *callback_args, **callback_kwargs)
>
>  File "/usr/lib/python2.5/site-packages/Django-1.0.2_final-py2.5.egg/
> djang=
> o/contrib/admin/sites.py", line 141, in root
>    return self.login(request)
>
>  File "/usr/lib/python2.5/site-packages/Django-1.0.2_final-py2.5.egg/
> djang=
> o/views/decorators/cache.py", line 44, in _wrapped_view_func
>    response =3D view_func(request, *args, **kwargs)
>
>  File "/usr/lib/python2.5/site-packages/Django-1.0.2_final-py2.5.egg/
> djang=
> o/contrib/admin/sites.py", line 241, in login
>    user =3D authenticate(username=3Dusername, password=3Dpassword)
>
>  File "/usr/lib/python2.5/site-packages/Django-1.0.2_final-py2.5.egg/
> djang=
> o/contrib/auth/__init__.py", line 34, in authenticate
>    for backend in get_backends():
>
>  File "/usr/lib/python2.5/site-packages/Django-1.0.2_final-py2.5.egg/
> djang=
> o/contrib/auth/__init__.py", line 27, in get_backends
>    backends.append(load_backend(backend_path))
>
>  File "/usr/lib/python2.5/site-packages/Django-1.0.2_final-py2.5.egg/
> djang=
> o/contrib/auth/__init__.py", line 14, in load_backend
>    raise ImproperlyConfigured, 'Error importing authentication
> backend %s:=
>  "%s"' % (module, e)
>
> ImproperlyConfigured: Error importing authentication backend
> builtin_backen=
> : "No module named builtin_backen"
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
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