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 (
Loading…
Labels











When this is done, the 'send me my password' feature will also need to be rewritten to generate a new password for each such request.
maybe you might want to use "authlogic" which is a modular authentication system that neatly integrates itself into ruby on rails. check out Authlogic
It handles password hashing, migration to a new hashing algorithm, session handling, cookie based authentication etc.