gundestrup / acts_as_authenticated
- Source
- Commits
- Network (2)
- Issues (1)
- Downloads (2)
- Wiki (19)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Tue Aug 01 11:18:50 -0700 2006 | |
| |
README | Sun Feb 01 13:37:29 -0800 2009 | |
| |
generators/ | Sun Feb 01 14:42:12 -0800 2009 | |
| |
install.rb | Mon Dec 05 19:55:40 -0800 2005 |
README
acts_as_authenticated generator ==== ------------------------------------------------------------------ DEPRECATED: Use restful_authentication instead. http://github.com/technoweenie/restful-authentication/tree/master ------------------------------------------------------------------ AAA was created by technoweenie. I have salved the source code from technoweenie + wiki for future referance. This is a basic authentication generator for rails, very much in the spirit of xal's original Login Generator. To use: 1) Install the plugin ./ruby script/plugin install git://github.com/gundestrup/acts_as_authenticated.git 2) create the model + controller ./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://wiki.github.com/gundestrup/acts_as_authenticated This is the source code, that technoweenie created, with no changes.
