Password validation overriding have been fixed in rails3 more than one month ago, and IIRC also in all branches just a few days ago. You can overwrite the validate_password method in your application.
ciao dd On Wed, Jan 19, 2011 at 6:15 AM, Piotroslav <[email protected]> wrote: > Hello everyone! > > I wonder if it is allowed to change hobo libs (like vendor/plugins/ > hobo/hobo/lib/hobo/user.rb). > > The thing is, I want to add password validation. > Such method is defined in given file, but I am not sure if I am to > overload this method in my model user.rb (at the moment no password > validation is used), or rather develope existing one. > > Best regards, > Piotr > > -- > 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]<hobousers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. > > -- 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.
