Each time a user loggs in, I need his password to decrypt some data. I use the data in a method: after_save do |user| ...decrypt something... end. In this function I have all the data from DB, but I don't have the password he used to log in. How can I get it?
-- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
