Ticket #53 (closed implementation: fixed)

Opened 2 years ago

Last modified 1 year ago

Create HashedPassword, and deprecate Password

Reported by: mscott Assigned to: mscott
Priority: normal Milestone: Schevo 3.1a1
Component: Schevo Keywords:
Cc:

Description (Last modified by mscott)

Create a new field type, HashedPassword(HashedValue), and deprecate Password(Unicode).

Make sure HashedValue supports unicode-typed data by encoding it as utf-8 before hashing it.

Provide documentation on how one might create their own PlaintextPassword field specific to their database schema if they need to store a plaintext password for whatever reason.

Change History

05/14/07 14:18:43 changed by mscott

  • description changed.

05/24/07 11:43:32 changed by mscott

  • owner set to mscott.
  • status changed from new to assigned.
  • type changed from discussion to implementation.
  • description changed.

05/26/07 08:33:32 changed by mscott

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

Implementation and docs completed at r3257. Merging without review due to limited scope and scheduling constraints. Merged at r3258.