Glauco wrote: > this function is never called, neither the _encrypt_password or > encrypt_password from turbogears/identity/__init__.py
The function is called either when you store a new user in the database or when you try to authenticate and you have entered a user name that is found in the database. Are you sure your users are in the database and your model is the same as before? -- Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

