Re: security and connection to db

2006-12-13 Thread Jeremy Dunck
On 12/13/06, Sandro Dentella <[EMAIL PROTECTED]> wrote: > > > I'm developing an application in which different users should see different > data, I'd like to enforce this in the db rather that in the application. How > can I bypass the username/pass in settings.py with username/pass provided by >

security and connection to db

2006-12-13 Thread Sandro Dentella
I'm developing an application in which different users should see different data, I'd like to enforce this in the db rather that in the application. How can I bypass the username/pass in settings.py with username/pass provided by the user? Is that any possible? Are there functions to connect as