Now it's working. I have add the line in "config/app_cfg.py" based in what "model/auth.py" have for encryption.
""" base_config.sa_auth.password_encryption_method = 'sha1' """ On 27 Nov, 13:51, Helio Pereira <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying tg2 from a new fresh installation (tg2 = Revisão: 5782) and > if I set 'config/app_cfg.py' to have sha encryption > (base_config.sa_auth.form_plugin = 'sha1') all passwords stored from > 'websetup.py' are not encrypted. > > If I change manually in sqlite table tg_user, I can't make a login > even if the user/pass are right. > > PS.: I'm using model from a quickstart elixir project... > > Many thanks for all, > Helio Pereira --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
