dual AUTHENTICATION_BACKENDS

52 views
Skip to first unread message

Bino Oetomo

unread,
Feb 22, 2013, 12:08:17 AM2/22/13
to Django users
Dear All

Background: at https://groups.google.com/group/django-users/browse_thread/thread/df70d373f3285e97#

Now, the password encyption problem is fixed

i put this line on my setting
-------START----------
AUTHENTICATION_BACKENDS = ('l2auth.backends.L2Backend',
'django.contrib.auth.backends.ModelBackend',
)
--------STOP----------

But I got different auth result test between using web and django-
shell
test data ==> company=binonet, username=dodol4, password=4444
results screen shoot ==> http://oi45.tinypic.com/262pp4n.jpg

Looks like my django didn't call 'l2auth.backends.L2Backend' when
authenticating via web

Please any body give me enlightment on what to check or what to do to
fix this problem

sincerely
-bino-
Reply all
Reply to author
Forward
0 new messages