This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit ac1c10ef9b6c9efaaecf1a149f59409a23f52394
tree 3a766af45c87b3d05b3e0f7a18fbfa83f7d0baf3
parent b2a4039d622e2b956d45976ccf4240fc6a56a67c
tree 3a766af45c87b3d05b3e0f7a18fbfa83f7d0baf3
parent b2a4039d622e2b956d45976ccf4240fc6a56a67c
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Sat Jul 26 18:01:53 -0700 2008 | |
| |
README | Sun Jul 27 13:25:31 -0700 2008 | |
| |
Rakefile | Sat Jul 26 18:01:53 -0700 2008 | |
| |
generators/ | ||
| |
init.rb | Sat Jul 26 18:01:53 -0700 2008 | |
| |
install.rb | Sun Jul 27 13:27:39 -0700 2008 | |
| |
lib/ | Sat Jul 26 18:01:53 -0700 2008 | |
| |
tasks/ | Sat Jul 26 18:01:53 -0700 2008 | |
| |
test/ | Sat Jul 26 18:01:53 -0700 2008 | |
| |
uninstall.rb | Sat Jul 26 18:01:53 -0700 2008 |
README
Thanks for using forgot_password! In attempt to be flexible enough to work with multiple login systems (mainly restful-authentication and its ancestors), this plugin will generate a new controller to handle forgotten passwords. Your user model must have accessors for password and password_confirmation, and handle its own password encryption. I assume most people are using technoweenie's excellent restful-authentication plugin, so if you are you probably won't have any problems. Usage: ruby script/generate forgot_password <password-model-name> <user-model-name> In most cases, that's probably: ruby script/generate forgot_password password user then run rake db:migrate and enjoy :)








