Skip to content
 
 

Latest commit

 

History

86 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

acts_as_authenticated generator
====

DEPRECATED: Use restful_authentication instead.  Or, ask me for commit rights if you wish to maintain this plugin.

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
   

About

acts_as_authenticated Ruby on Rails authentication system

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors