Re: log in without loggin in

2007-09-04 Thread Chris Hoeppner
I think there's a chapter in the django book about authentication backends, and that's right what you need. El mar, 04-09-2007 a las 02:28 -0700, Dushyant Sharma escribi�: > hi it might sound strange but what i am thinking is to use two servers > one for authentication only and one for serving no

log in without loggin in

2007-09-04 Thread Dushyant Sharma
hi it might sound strange but what i am thinking is to use two servers one for authentication only and one for serving normal content. authentication server can not come into direct contact with users. here how it goes. suppose we have user server USrv and authentication server ASrv. auth_user ta