Re: http auth using django auth_user table

2011-07-11 Thread Cal Leeming [Simplicity Media Ltd]
On Mon, Jul 11, 2011 at 12:02 PM, Tom Evans wrote: > On Sun, Jul 10, 2011 at 2:30 PM, Cal Leeming [Simplicity Media Ltd] > wrote: > > The only connection this question has with Django, is the encryption > method > > that Django uses, and therefore is inappropriate for this forum. > > Please refer

Re: http auth using django auth_user table

2011-07-11 Thread Tom Evans
On Sun, Jul 10, 2011 at 2:30 PM, Cal Leeming [Simplicity Media Ltd] wrote: > The only connection this question has with Django, is the encryption method > that Django uses, and therefore is inappropriate for this forum. > Please refer to http://code.djangoproject.com/wiki/UsingTheMailingList > On

Re: http auth using django auth_user table

2011-07-10 Thread Ali Rıza KELEŞ
2011/7/10 Cal Leeming [Simplicity Media Ltd] : > The only connection this question has with Django, is the encryption method > that Django uses, and therefore is inappropriate for this forum. Yes, right. It had seemed me connected. Sorry for wasting your time.. > Please refer to http://code.djang

Re: http auth using django auth_user table

2011-07-10 Thread Cal Leeming [Simplicity Media Ltd]
The only connection this question has with Django, is the encryption method that Django uses, and therefore is inappropriate for this forum. Please refer to http://code.djangoproject.com/wiki/UsingTheMailingList On a site note, it took me less than 10 seconds on Google (with a very simple search

http auth using django auth_user table

2011-07-10 Thread Ali Rıza KELEŞ
Hi, I want to use django auth_user table for authentication of another application which uses "apache basic auth" with module auth_mysql. The code below runs well with MD5 passwords without salt. But django works sha1 and with salt. What should I do? Thanks.. AuthName "Hi.. Please login" AuthTy