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-