#590 ✓resolved
Bryan Larsen

validate_current_password_when_changing_password fails on second save

Reported by Bryan Larsen | December 22nd, 2009 @ 04:44 PM | in Hobo 1.0 - Final

http://groups.google.com/group/hobousers/browse_thread/thread/842b4...

 transition :activate, { :inactive => :active },
           :update => [ :name, :password, :password_confirmation ],
           :params => [ :name, :password, :password_confirmation ],
           :available_to => :key_holder do
  self['name'] = "blah"
  self.save!
 end

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Attachments

Referenced by

Pages