root/vendor/acts_as_authenticated/README

Revision 2, 0.8 kB (checked in by falcon, 17 years ago)

added plugins

  • Property svn:executable set to *
Line 
1acts_as_authenticated generator
2====
3
4DEPRECATED: Use restful_authentication instead.  Or, ask me for commit rights if you wish to maintain this plugin.
5
6This is a basic authentication generator for rails, very much in the spirit of xal's original Login Generator.
7
8To use:
9
10  ./script/generate authenticated user account
11
12This generates a basic user model, a controller, some basic views, and tests.  Extra functionality can be unlocked by
13removing the comments for them.  I have a few examples such as user activation and reversible encrypted passwords.
14
15The user migration is also generated unless you pass --skip-migration.
16
17Generate your mailer:
18
19  ./script/generate authenticated_mailer user
20
21Consult the Acts As Authenticated wiki for more: http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated
22   
Note: See TracBrowser for help on using the browser.