NAME openid_login - creates a functional openid login system SYNOPSIS openid_login [Controller name] Good names are Account Myaccount Security DESCRIPTION This generator creates a general purpose login system. Included: - a User model which stores OpenID authenticated users - a Controller with login, welcome and logoff actions - a mixin which lets you easily add advanced authentication features to your abstract base controller EXAMPLE ./script/generate openid_login Account This will generate an Account controller with login and logout methods. The model is always called User