Controllers or Actions

I'm fairly new to Rails and I'm developing a site with the usual register/login/logout/forgotpassword functionality.

I know everyone has their own way of doing things, but I was wondering if there is a preferred standard for designing the controllers/actions for this functionality. Would all of those be grouped into one controller with specific actions or would each of them get their own controller?