On Fri, Feb 22, 2008 at 11:28 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > Is that possible ? Without modifying the framework code.. I tried to > write my own identity provider, but it's not suffisant (identity/ > __init__.py need to be modified as well, wich isn't acceptable).
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. Florent. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

