Hi
My current project is hopefully the first in a line of many. They will
most likely all have one thing in common: They will be targeted solely
at companies.

So, when a new company decides to register for an account they will
get their own subdomain and the ability to create and manage users on
it.
This also means that there should not be enforced a "global-
uniqueness" on the usernames as I suspect a lot of companies will have
en employee named John or something similar.
So, an auth system that has a DB-table with the columns "username" -
"password" - "org_id"
And it will always start an authentication by looking at the org_id
and then determining if the users exist within that company.

Now, my question is, will I be able to achieve this with any of the
known auth backends or will I have to roll my own? And how complicated
is this? As I am new to Pylons and not the most seasoned Python
developer either.
It is one of the things that just has to be done right. So any advice
would be greatly appreciated.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to