Hi folks,

there is one more change necessary:
Usually after activation, the redirect goes to the user's show page. As 
he/she is not logged in now, this would fail.
So I in users_controller.rb we redirect to the login page

  def do_activate
>     do_transition_action :activate do
>       redirect_to :user_login
>     end
>   end


and the user can log in with his/her password.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to