REV: 121
passwords are now md5 hashed in the database.
to hash all existing members' passwords, use this (postgres specific)
command:

UPDATE members SET password=md5(password);



-----

U   trunk/app/controllers/members_controller.rb
U   trunk/doc/TODO

_______________________________________________
PdxRuby-dev mailing list
[email protected]
http://lists.pdxruby.org/mailman/listinfo/pdxruby-dev

Reply via email to