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. > Look at this ticket and particularly at my last comments: > http://trac.turbogears.org/ticket/1178 Yes I understand :) But the provider receive incorrect data with my system, then the provider is unable to identify someone with incorrect data sent by the Identity plugin. > Florent. This discussion is really interesting for me, I understand a lot a things now, thanks ! Guillaume --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

