4
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
User activation works. More... about 13 years ago
Properly generating confirmation codes. More... about 13 years ago
Saving and retrieving user profile. More... about 13 years ago
Restructured tests. More... about 13 years ago
Begin user profiles model. More... about 13 years ago
Users are created as inactive by default. More... about 13 years ago
Don't assume a user object (fix for tests). More... about 13 years ago
Get some tests going. More... about 13 years ago
Use EmailField instead of RegexField for email. More... about 13 years ago
Fun fact: if BCRYPT_ROUNDS is a string, bcrypt.gensalt() generates a salt with a massive work factor rather than using the int() of the string. More... about 13 years ago
Use django_sha2 + bcrypt. More... about 13 years ago
Setup requirements file, start attempting to load from settings_local.py More... about 13 years ago
Use nose + django_nose. More... about 13 years ago
Added logout link. More... about 13 years ago
Can register. User is immediately active, no SMTP challenge yet. More... about 13 years ago
Backpack pingback to issuer(back) works. More... about 13 years ago
Use a threaded manage.py to allow multiple simultaneous requests necessary for testing pingback from hub. More... about 13 years ago
Begining test API consumer. More... about 13 years ago
Starting api for backpack. More... about 13 years ago
Got some fake badges going on. More... about 13 years ago
Starting mock issuer. More... about 13 years ago
Add error messaging to login. More... about 13 years ago
Start templating. More... about 13 years ago
Better login process. More... about 13 years ago
Throw-away implementation of logging in. More... about 13 years ago
Starting user management portion of the evening. More... about 13 years ago
Don't need. More... about 13 years ago
Use some blocks. More... about 13 years ago
Set dummy index page. More... about 13 years ago
Add south to installed apps. More... about 13 years ago