On 3/6/06, Drew Whitehouse <[EMAIL PROTECTED]> wrote: > > Yes I see that line in the debug, and I can make users from catwalk or > the web shell. The key is to do it from "tg-admin shell" run in your
Ok I managed to reproduce your error (revision 896 here). I (hackishly) corrected it by doing this: replace line 72 of turbogears/identity/__init__.py from: provider= None to: provider = create_default_provider() see attached patch against rev 896... but please take care with this, I am no TG identity specialist and this hack may break everything else... Regards, Florent AIDE. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
identity_shell.diff
Description: Binary data

