Well, it seems I forgot to add the acts_as_authenticated to the repository on my...
[selectricity] / 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 (file)
index 0000000..13c900e
--- /dev/null
@@ -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

Benjamin Mako Hill || Want to submit a patch?