aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* use of LDAPUser and ldapdb to get lists infoPavlos Ratis2013-08-061-23/+9
| | | | | | | | In addition, I changed lists from function-based view to class-based view and grouped them: 1) Flexible and respects DRY principle 2) Reduce variables and code
* add data retrieval support from LDAP to user pagePavlos Ratis2013-07-011-0/+46
Users are now able to login and see their LDAP attributes in profile page. Infromation included: - Personal Information(Real Name, Nickname, Location) - Contact Information(Email, IRC nick) - Gentoo related Information(Roles,Herds,Date Joined, Recruitment Bug number, Mentor)