I can't make TG_User's etc via my own script or "tg-admin shell", using
the latest SVN version. Yet I can make them via catwalk (and
identity.on is definitely set). Any ideas ?
-Drew
Traceback (most recent call last):
File "newdb.py", line 77, in ?
main()
File "newdb.py", line 52, in main
displayName="Drew Whitehouse")
File
"/home/900/drw900/python24/lib/python2.4/site-packages/SQLObject-0.7.1dev_r1534-py2.4.egg/sqlobject/main.py",
line 1197, in __init__
self._create(id, **kw)
File
"/home/900/drw900/python24/lib/python2.4/site-packages/SQLObject-0.7.1dev_r1534-py2.4.egg/sqlobject/inheritance/__init__.py",
line 218, in _create
super(InheritableSQLObject, self)._create(id, **kw)
File
"/home/900/drw900/python24/lib/python2.4/site-packages/SQLObject-0.7.1dev_r1534-py2.4.egg/sqlobject/main.py",
line 1221, in _create
self.set(**kw)
File
"/home/900/drw900/python24/lib/python2.4/site-packages/SQLObject-0.7.1dev_r1534-py2.4.egg/sqlobject/main.py",
line 1097, in set
setattr(self, name, value)
File
"/store/projects/z03/drw900/src/turbogears_SVN/turbogears/identity/soprovider.py",
line 292, in _set_password
hash =
identity.current_provider.encrypt_password(cleartext_password)
File
"/store/projects/z03/drw900/src/turbogears_SVN/turbogears/identity/__init__.py",
line 74, in __getattr__
raise IdentityManagementNotEnabledException()
turbogears.identity.exceptions.IdentityManagementNotEnabledException:
An attempt was made to use a facility of the TurboGears Identity
Management framework but identity management hasn't been enabled in the
config file [via identity.on].
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---