aboutsummaryrefslogtreecommitdiffstats
path: root/account
Commit message (Expand)AuthorAgeFilesLines
* * updated transcript help_text of account/models.pyWeitian LI2014-04-294-3/+5
* * fixed FieldFile import problem of account/extra.pyWeitian LI2014-04-293-4/+6
* * updated activation_email subject and content templateWeitian LI2014-04-293-5/+8
* * updated login.html with 'password-reset' styleWeitian LI2014-04-292-6/+10
* * included archive urlsWeitian LI2014-04-282-16/+17
* * implemented function to auto login user after activationWeitian LI2014-04-271-3/+15
* * updated 'list_approved.html' and related 'ListApprovedView'Weitian LI2014-04-273-11/+19
* * updated 'profile.html' to show new fieldsWeitian LI2014-04-274-12/+100
* * added 'OverwriteStorage()' to overwrite previous uploaded filesWeitian LI2014-04-272-1/+87
* * added model 'UserFile' and register to adminWeitian LI2014-04-274-13/+164
* * updated 'profile_update' template:Weitian LI2014-04-274-2/+109
* * updated ALLOWED_CONTENT_TYPESWeitian LI2014-04-271-0/+50
* * implemented 'password_reset' function based on django auth viewsWeitian LI2014-04-268-15/+152
* * installed 'django-recaptcha'Weitian LI2014-04-251-1/+5
* * updated 'introduction' url to index.htmlWeitian LI2014-04-221-1/+1
* * added column 'identify' to 'list_approved' viewWeitian LI2014-04-221-3/+6
* fixes to account admin.site.registerWeitian LI2014-04-212-8/+8
* * added following methods for 'UserProfile' model:Weitian LI2014-04-212-1/+35
* * added 'ResendEmailForm' formsWeitian LI2014-04-217-21/+184
* * implemented 'list_approved' view, added related templateWeitian LI2014-04-214-1/+82
* * added 'profile', 'profile_update' and 'profile_update_done' templatesWeitian LI2014-04-207-27/+172
* small fixes to "br" tagWeitian LI2014-04-204-6/+54
* disabled app south and removed migrationsWeitian LI2014-04-203-153/+0
* added 'password_change' and 'password_change_done' views and templatesWeitian LI2014-04-203-4/+60
* fixed UserProfile model to use CharField choices in "is_approved" and "is_spo...Weitian LI2014-04-201-2/+17
* * updated django_skaschool/settings.pyWeitian LI2014-04-204-3/+78
* * implemented custom form and profile for registrationWeitian LI2014-04-204-2/+148
* * implemented the index pageWeitian LI2014-04-203-0/+153
* * updated settings.py, added settings_email.pyWeitian LI2014-04-185-0/+21