Statistics
| Branch: | Tag: | Revision:

root / accounts / models.py @ 4daaf632

History | View | Annotate | Download (523 Bytes)

# Date Author Comment
4daaf632 02/06/2013 03:49 pm Leonidas Poulopoulos

Added boolean field in user profile (migration)

Added a boolean field in user profile to overcome django-social-auth
restrictions regarding the auth and login proccess while a user was inactive.
Updated the corresponding activation view plus created a migration.

0f8d1e77 12/11/2012 05:46 pm Leonidas Poulopoulos

Added managerial overview

Added a managerial overview for a group of users. Implemented an
alternate login mechanism based on LDAP. Will serve as a helpdesk
single point of reference for the app.

fa8b2f7d 09/20/2012 11:24 am Leonidas Poulopoulos

Added an institution edit form