Restful authentication automatic login on signup

I’m using the Restful Authentication plugin for a project.

I’m trying to login users automatically after creating an account, but
I’m not sure how to do this.

I though something like current_user = @user would work in the create
action of the user controller, but unfortunately this doesn’t seem to
work.

Any ideas?