Re: Requesting Django to make authorization more flexible and secure for SAAS projects.

2010-02-21 Thread orokusaki
Oops. That was me who reported the discussion by accident (iPhone). Disregard. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send

Re: Requesting Django to make authorization more flexible and secure for SAAS projects.

2010-02-21 Thread orokusaki
I suppose it was a bit of a question for django users. I apologize for not explaining that part of it. The reason I approached it that way wasn't to get a solution (although I would've gladly accepted one over wanting to change the base) is because I didn't know exactly what to request for my

Re: Requesting Django to make authorization more flexible and secure for SAAS projects.

2010-02-21 Thread Russell Keith-Magee
On Mon, Feb 22, 2010 at 7:41 AM, orokusaki wrote: > I'm developing an SAAS which means that I will have Accounts and those > Accounts will have Users. Each account's Users are completely > orthogonal to the Users of another Account. When a user logs in, > they'll supply

Requesting Django to make authorization more flexible and secure for SAAS projects.

2010-02-21 Thread orokusaki
I'm developing an SAAS which means that I will have Accounts and those Accounts will have Users. Each account's Users are completely orthogonal to the Users of another Account. When a user logs in, they'll supply an Account ID, a username, and a password so username only needs to be unique with