Also instead of calling lifecycle.generate_key directly you can do it
with :new_key => true
create :anybody, :signup,
:params =>
[:username, :email_address, :password, :password_confirmation],
:become => :inactive, :if => proc {|r|
r.acting_user.guest?}, :new_key => true do
UserMailer.deliver_activation(self, lifecycle.key)
end
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---