summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/subcontrollers/user.py
Commit message (Expand)AuthorAgeFilesLines
* Add default e-mail domain to the IPA configurationRob Crittenden2007-12-101-4/+10
* The uid_hidden field needs to be retained until after validation succeedsRob Crittenden2007-12-061-6/+6
* Make uid an editable field in the Edit UI so we can do RDN changesRob Crittenden2007-12-061-0/+12
* Phase 1 of allowing admins to set the default object classes for users & groupsRob Crittenden2007-12-041-53/+24
* Enable group inactivation by using the Class of Service plugin.Rob Crittenden2007-11-201-9/+17
* Implement the password policy UI and finish IPA policy UIRob Crittenden2007-11-161-12/+37
* Replace references to Person and People with User and UsersRob Crittenden2007-11-151-3/+3
* Include multi-value fields on the Add Person pageRob Crittenden2007-11-141-0/+9
* Add an editors group. This is used to generally grant access for usersRob Crittenden2007-11-141-2/+11
* Restrict access to some parts of the UI to those in the admins groupRob Crittenden2007-11-131-2/+2
* Enable multi-value field support for some attributes on the edit pagesRob Crittenden2007-11-081-8/+79
* define Self-Service as editting your own record.Rob Crittenden2007-11-021-2/+11
* Distinguish between active and inactive users on the Find People page.Rob Crittenden2007-11-021-1/+1
* Add delete user and group to webgui.Kevin McCarthy2007-10-231-2/+20
* Set the user password when adding a userRob Crittenden2007-10-261-2/+11
* webgui side of custom fields.Kevin McCarthy2007-10-241-0/+39
* Add add/edit/show for manager and secretary fields.Kevin McCarthy2007-10-191-7/+64
* Finish the email autosuggest.Kevin McCarthy2007-10-181-26/+14
* Add a flash message to the top of the page when there are validation errors.Kevin McCarthy2007-10-191-2/+8
* Add logger objects to each controller.Kevin McCarthy2007-10-171-0/+3
* Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-091-1/+1
* Fix the webgui to allocate a new IPAClient for each request.Kevin McCarthy2007-10-081-14/+16
* Split the controllers out into separate user and group controllers.Kevin McCarthy2007-10-041-0/+537