cbmi/account
Brian Wiborg 43260fb59f first efforts bumping to django-1.8.4
- most things are working
- I had to throw away the db and run `manage.py migrate`
- the top-nav in once logged in is still broken
2015-09-26 19:22:25 +02:00
..
locale/de/LC_MESSAGES Fix typo in german translation 2013-12-17 01:19:37 +01:00
templates first efforts bumping to django-1.8.4 2015-09-26 19:22:25 +02:00
__init__.py Init 2013-10-19 00:47:24 +02:00
cbase_members.py added real names to admin user list combo 2013-11-12 21:28:00 +01:00
forms.py Resolve an error that corrupts the local database when a user logs in with a mixed-case username 2014-02-13 23:20:20 +01:00
models.py adding is_ceymaster field to profile 2013-11-24 22:56:32 +01:00
password_encryption.py #11 passwords are now stored with aes-128 encryption 2013-10-27 21:13:41 +01:00
signals.py Init 2013-10-19 00:47:24 +02:00
tests.py changed testcases to use the functions from password_encryption module 2013-10-27 21:14:30 +01:00
urls.py added admin password setting function 2013-10-26 22:40:47 +02:00
views.py fix bug in check_nickname feature 2013-11-25 00:15:13 +01:00