Browse the Ruby on Rails Community.

You are here: Browse Railsplugins Acts As Authenticated

Acts As Authenticated

This is a basic authentication generator for rails, very much in the spirit of xal’s original Login Generator.

To use:

./script/generate authenticated user account

This generates a basic user model, a controller, some basic views, and tests. Extra functionality can be unlocked by removing the comments for them. I have a few examples such as user activation and reversible encrypted passwords.

The user migration is also generated unless you pass—skip-migration.

Generate your mailer:

./script/generate authenticated_mailer user

Consult the Acts As Authenticated wiki for more: http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated

NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly


Homepage: http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated