On Sun, Feb 19, 2006, [EMAIL PROTECTED] wrote: > REV: 176 > db/migrate/5_hash_member_passwords.rb - note/question
The question was "does this work if the passwords are already md5". Answer is no :) But there's no easy way to get into that state. At the time that migration was written, all the passwords were stored in the database in plaintext. That migration was added simultaneously with the hashing code. If you're running revs before that migration, it'll be plaintext; after will be hashed. If your database somehow already has hashed passwords and that migration gets run, something is screwed up with your instance :) Ben _______________________________________________ PdxRuby-dev mailing list [email protected] http://lists.pdxruby.org/mailman/listinfo/pdxruby-dev
