jstewart / mhs_authentication_system forked from mvanholstyn/mhs_authentication_system
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
TODO | ||
| |
app/ | ||
| |
config/ | ||
| |
doc/ | ||
| |
generators/ | ||
| |
init.rb | ||
| |
install.rb | ||
| |
junk/ | ||
| |
lib/ | ||
| |
spec/ | ||
| |
tasks/ |
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' )

