Kevin Monceaux wrote: > Steve, > > On Thu, Nov 09, 2006 at 11:47:40AM -0600, Steve Holden wrote: > >> Great. Keep digging! I suppose we could cheat and read the tg-admin code ... > > Or, create an Identity project and a non-Identity project and compare the > created files with diff. The files that differ are: > > ------------------------------------------------------------------------------- > > json.py > > Identity adds two imports and three methods. > > ------------------------------------------------------------------------------- > > controllers.py > > Identity adds an import from identity and the login and logout methods. > > ------------------------------------------------------------------------------- > > app.cfg > > Identity adds several settings from: > > # VISIT TRACKING > > through: > > # identity.soprovider.encryption_algorithm=None > > ------------------------------------------------------------------------------- > > model.py > > Identity adds datetime and identity imports and adds classes for the various > Identity tables. > > ------------------------------------------------------------------------------- > > In addition to the above files Identity adds a login.kid file to the > template directory. > > Those are all the differences I found. It looks like it wouldn't be too > difficult to create an Identity based project and copy the needed bits and > pieces to an existing non-Identity project. > Great, thanks. Could you let me know when you've finished testing the script? :-)
regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC/Ltd http://www.holdenweb.com Skype: holdenweb http://holdenweb.blogspot.com Recent Ramblings http://del.icio.us/steve.holden --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

