should be able to copy (or change) the reset password lifecycle to not
require a key and be available to administrators.
named_scope :administrators, :conditions => { :administrator => true }
transition :reset_password, { :active => :active }, :available_to =>
User.administrators,
:params => [ :password, :password_confirmation ]
--
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.