mvanholstyn / mhs_authentication_system
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit c5d55ed530a6e72b3351cdd5fa16ea8614275d7c
tree cfb22501a41974cb2a75a476f5fcbc07ef4e9079
parent 7acc23556fa7b2a911164cfd2d4bc5f9583fc2fc
tree cfb22501a41974cb2a75a476f5fcbc07ef4e9079
parent 7acc23556fa7b2a911164cfd2d4bc5f9583fc2fc
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | ||
| |
LICENSE | Tue Jul 17 21:11:08 -0700 2007 | |
| |
README | Wed Mar 04 11:27:38 -0800 2009 | |
| |
Rakefile | Wed Apr 30 20:22:21 -0700 2008 | |
| |
TODO | Wed Mar 04 11:27:38 -0800 2009 | |
| |
app/ | Sat Sep 01 07:33:54 -0700 2007 | |
| |
config/ | Tue Feb 10 18:54:38 -0800 2009 | |
| |
doc/ | Thu Mar 27 09:44:53 -0700 2008 | |
| |
generators/ | Wed Mar 04 11:27:38 -0800 2009 | |
| |
init.rb | ||
| |
install.rb | ||
| |
junk/ | Mon Jan 22 22:20:06 -0800 2007 | |
| |
lib/ | Sun Mar 29 20:11:11 -0700 2009 | |
| |
spec/ | Wed Mar 04 11:27:38 -0800 2009 | |
| |
tasks/ | Thu Mar 27 09:44:25 -0700 2008 |
README
MhsAuthenticationSystem
=======================
This authentication system allows for an easy, plug and play solution
to all you authentication and privilege needs.
* The currently logged in user's id is stored in the sessionas :current_user_id.
* When creating fixture data, you can use User.hash_password('password') 

