Hmm... this makes it a little bit complicated, am I right? I've found def lifecycle_changing_password? - is it the one? If I understand it correctly - when I add to my :except hash ":changing_password" it should prohibit from rendering password change page when password is being changed. Please correct me if I am wrong.
Having standard password change as regular model change implicate my update be inside before_save callback, but how can we access this regular transition? In other words: how to inject before_save callback (in which I will compare new and current password) into transition that is declared in hobo library. -- 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.
