Thursday, February 21, 2013

dual AUTHENTICATION_BACKENDS

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-

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment