1 acts_as_authenticated generator
4 This is a basic authentication generator for rails, very much in the spirit of xal's original Login Generator.
8 ./script/generate authenticated user account
10 This generates a basic user model, a controller, some basic views, and tests. Extra functionality can be unlocked by
11 removing the comments for them. I have a few examples such as user activation and reversible encrypted passwords.
13 The user migration is also generated unless you pass --skip-migration.
17 ./script/generate authenticated_mailer user
19 Consult the Acts As Authenticated wiki for more: http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated