summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/subcontrollers/user.py
Commit message (Expand)AuthorAgeFilesLines
* Mass file removal for IPAv2.Rob Crittenden2009-02-031-854/+0
* Use larger set from which to choose chars for random passwords.Simo Sorce2008-08-111-2/+1
* Do uniqueness check on phone numbers and cn entered via the UI.Rob Crittenden2008-05-201-2/+2
* The admin user doesn't have the inetorgperson objectclass so don't have a giv...Rob Crittenden2008-05-131-0/+10
* Fix the client-side search size limit.Rob Crittenden2008-04-251-1/+1
* Don't let a user change their own uid. Fix some related errors if they try.Rob Crittenden2008-04-231-1/+6
* Don't try to add the default group to a user when creating the group.Rob Crittenden2008-03-311-4/+19
* Add additional detail to error messages.Rob Crittenden2008-03-251-9/+9
* We are really changing the kerberos principal key and not the password whenRob Crittenden2008-03-241-6/+6
* Remove ACI that was causing RDN changes to failRob Crittenden2008-03-101-4/+1
* Don't clear out the uid from the session until the record has been updated.Rob Crittenden2008-02-201-3/+3
* Use basestring class when testing to see if an object is a string to supportRob Crittenden2008-02-211-6/+6
* Generate the multi-value entries needed when redirecting to the edit_userRob Crittenden2008-02-081-24/+39
* Don't set blank values so we don't end up with empty attributesRob Crittenden2008-01-301-70/+70
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-0/+17
* Use orig_user_dict to get krbprincipalname when changing passwords.Rob Crittenden2008-01-311-1/+6
* Enable server-side sessions. It is currently using files for sessions.Rob Crittenden2008-01-231-0/+12
* 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