Em Friday 22 February 2008 08:32:21 [EMAIL PROTECTED] escreveu: > > If you write a new identity provider you don't need to modify the > > framework at all to use it. Not even identity/__init__.py > > You just need to use a use a proper entry point. > > It's not true in my case. Because I have to provide user_name, > password AND compagny when doing validate_password(). Because user is > identified with his user_name, which is not unique with my system.
It is true in your case: you have to write a new provider to achieve that. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

