Em Friday 22 February 2008 10:36:26 [EMAIL PROTECTED] escreveu: > Florent Aide a écrit : > > why would you want to modify identity/__init__.py ? > > If you use entry point to create a real identity provider of its own > > it will have its own model and code and will not require to change > > TG's code at all... > > As Christoph said, it's not suffisant. Because __init__.py is > incorrect for this use. It send user_name to provider, and user_name > isn't identifying the user, because user_name is not unique.
As he also said you can monkeypatch it. So, again, no need to change code directly there. -- 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 -~----------~----~----~----~------~----~------~--~---

