I'm trying to move a project I've been building for the past month to use the Identity framework rather than its current homebrew auth stuff. I keep getting an IdentityManagementNotEnabledException(), though. The tutorial idtest project works fine, but as soon as I try to use Identity in my real project it throws that exception. I've quadruple checked that I have the identity.on=True in my config file (you can check it out here: http://www.cs.uoregon.edu/~ryanf/dev.cfg) and that I have the correct changes to sqlobject.txt. What else should I be looking for to stop that exception?
- [TurboGears] Identity enabled, framework claims it's not Ryan Forsythe

