Ticket #1415 (closed defect: fixed)

Opened 11 months ago

Last modified 10 months ago

Password not getting encrypted

Reported by: sanjay Assigned to: anonymous
Priority: normal Milestone: 1.0.3
Component: TurboGears Version: 1.0.2
Severity: normal Keywords:
Cc:

Description

As per the inline documentation in app.cfg, while following a password encryption mechanism, and then assigning a clear text password to the password field of an user object, the password should get automatically encrypted.

But this is not happening using SQLAlchemy. This is discussed at http://groups.google.co.in/group/turbogears/browse_thread/thread/f4b43e9f148c3a9a

As advised by Patrick there, the ticket is being created here.

Change History

07/03/07 11:19:19 changed by faide

  • status changed from new to closed.
  • resolution set to fixed.

committed in r3218 (1.0.3dev) and r3219 (1.1dev)

Thanks for pointing this out.