I think I found the problem why users could not accept the invitation and the empty form returned again and again:
In the UsersController I had to change the method name from: def do_accept_invitation to: def accept_invitation now the post request is processed fine and the DB state & password is set correctly. I know that the code is generated, thus I dont know what has to be changed on your side not to break existing code. Alex. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
