Hello Jeff,
thanks for your answer. I've created a new database, added a user and
the group and tried to log in but I only get an error about the token:
[..]
File
"/home/faer/workspace/turbogears/turbogears/identity/provider/base.py",
line 220, in identity_from_form
self.send_identity_cookie( userId )
File
"/home/faer/workspace/turbogears/turbogears/identity/provider/base.py",
line 241, in send_identity_cookie
secretToken= self.secret_token_for_identity( userId )
File
"/home/faer/workspace/turbogears/turbogears/identity/provider/soprovider.py",
line 136, in secret_token_for_identity
if token:
UnboundLocalError: local variable 'token' referenced before assignment
The token itself is missing the in the db, in the old db there was one.
Should it be created automatically or have I missed a manual step?
Regards,
Fabian