12 Commits

Author SHA1 Message Date
Thomas Waldmann
aa425c3402 add UserProfiles with additional metadata (for now: language)
as the migrations depend on settings.LANGUAGES, I put a complete list there with what we have .po files for.
2014-11-25 14:08:48 +01:00
Thomas Waldmann
73d69e7502 fix method signature of get_context_data, fixes #180 2014-11-17 22:09:39 +01:00
Thomas Waldmann
12f045cdb4 add delete useraccount functionality, fixes #170 2014-10-27 22:38:25 +01:00
Thomas Waldmann
3aabe41c1b profile view: require login (gave 500 without login) 2013-12-25 16:30:33 +01:00
Thomas Waldmann
14b9407ab5 remove unused imports 2013-12-15 18:27:59 +01:00
Thomas Waldmann
d83df3ead1 use get_user_model and AUTH_USER_MODEL 2013-11-24 09:37:47 +01:00
Thomas Waldmann
b3ef4b0ce7 removed unused PasswordChangeView class 2013-11-08 06:57:19 +01:00
Thomas Waldmann
b5d036eb72 add email to user profile form, so it can be updated by the user
cosmetic change to the profile view headings
2013-10-31 23:41:44 +01:00
Thomas Waldmann
0ec52cc1e1 make method signature match base class method's 2013-10-03 17:55:48 +02:00
Thomas Waldmann
ac4860f54a pep8 fixes 2013-09-29 01:23:27 +02:00
Arne Schauf
4a3751732c user profile edit name form 2013-09-28 18:33:45 +02:00
Arne Schauf
ec2b8ab88a split up into new app accounts 2013-09-28 17:17:15 +02:00