X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/dc635b6d39be19a09a428282b6d639d029908df6..22f84a3ea8bc39eb4cb91575d35dfca683336032:/vendor/plugins/acts_as_authenticated/README diff --git a/vendor/plugins/acts_as_authenticated/README b/vendor/plugins/acts_as_authenticated/README new file mode 100644 index 0000000..13c900e --- /dev/null +++ b/vendor/plugins/acts_as_authenticated/README @@ -0,0 +1,20 @@ +acts_as_authenticated generator +==== + +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 + \ No newline at end of file