Steve Bergman <[EMAIL PROTECTED]> writes: > I have a need to validate users against: > > CompanyCode > username > password > > Different companies can have duplicate usernames, but they are distict users. > > Is this possible with the current identity code?
I believe that changing turbogears.identity.model.somodel.* wouldn't be too hard to accomplish that. -- Jorge Godoy <[EMAIL PROTECTED]>

