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 (
beamauth /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.txt | ||
| |
__init__.py | ||
| |
beamauth/ | ||
| |
email_debugger.py | ||
| |
manage.py | ||
| |
reset.sh | ||
| |
settings.py | ||
| |
static/ | ||
| |
urls.py | ||
| |
utils.py |
README.txt
BeamAuth ben@adida.net http://ben.adida.net/projects/beamauth BeamAuth uses a bookmark as a second authentication factor to complement a password. This is prototype/proof-of-concept software, it's not meant for immediate production deployment. INSTALLATION: - Python 2.5+ - Django 1.0+ - PostgreSQL 8.2+ (though this may work with MySQL) - modify settings.py, specifically: DATABASE_NAME and other database parameters potentially - modify WEB_HOST to the URL where you're running the server - the EMAIL_* parameters for email - you can use email_debugger.py if you want to just see what emails would get sent, at the prompt: python email_debugger.py - run reset.sh, which will drop the database, create it, and load the data model. - no need to create a default django user. - go to http://HOST/beamauth








