summaryrefslogtreecommitdiffstats
path: root/editusers.cgi
AgeCommit message (Collapse)AuthorFilesLines
2001-04-17Correcting my email address in the commentsjustdave%syndicomm.com1-1/+1
2001-02-23fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com1-2/+2
based on patch submitted by baulig@suse.de (Martin Baulig).
2001-01-25patch from bug 17464 to give user some control over what sorts of bug mail ↵dmose%mozilla.org1-24/+38
get sent to an account. Original patch by al_raetz@yahoo.com and lots of additional hacking by me; r=donm@bluemartini.com
2000-09-16front end fix for 31456: Editing a superuser clears their access flagscyeh%bluemartini.com1-20/+26
patch by jmrobin@tgix.com
2000-09-16fixes for 51184, 51185, 51186: allow for ldap authentication. patchescyeh%bluemartini.com1-6/+25
by jmrobins@tgix.com (Joe Robins). LDAP sections haven't been tested yet, but the code is arranged such that it shouldn't disturb existing user authentication system.
2000-09-07Fix for bug 51519: Links to index are too specific. Patch bydave%intrec.com1-1/+1
john.beranek@pace.co.uk (John Beranek)
2000-08-05Removing a couple lines from the patch for bug 31336 that got left in bydave%intrec.com1-2/+0
accident.
2000-07-26Landing Adam Spiers' contributions for security and small functional issuestara%tequilarista.org1-0/+1
2000-07-20Fix for bug 31336 (separate bug groups from access groups in user editor)dave%intrec.com1-8/+43
2000-07-19Fix for bug 42037 (user passwords visible in editusers.cgi). Patchdave%intrec.com1-1/+1
submitted by JRobertson@medevolve.com (Jon Robertson)
2000-07-18Fix for bug 32971, patch submitted by mtakacs@pacbell.netdave%intrec.com1-1/+2
2000-06-24checkin to fix Bug 25010 "Need a way to edit the list of available groups".cyeh%bluemartini.com1-13/+22
Patches and work contributed by dave@intrec.com (Dave Miller). Some cleanup work needs to be done with regards to permissions and bit-twiddling see other bugs that are dependent on 25010 for details.
2000-02-18Was crashing when logging profile activity.terry%mozilla.org1-3/+6
2000-02-17Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org1-63/+159
"editbugs" and "canconfirm". People without these states are now much more limited in what they can do. For backwards compatability, by default all users will have the editbugs and canconfirm bits on them. Installing this changes as is should only have one major visible effect -- an UNCONFIRMED state will appear in the query page. But no bugs will become in that state, until you tweak some of the new voting-related parameters you'll find when editing products.
2000-01-19Added a way to disable a user.terry%mozilla.org1-18/+56
2000-01-19Spruced up "editusers.cgi". Added an "editusers" group.terry%mozilla.org1-33/+95
2000-01-18Stop ever using perl's crypt() function; only use mysql's. (Usingterry%mozilla.org1-9/+1
both was causing corruption on about 1 in 40 passwords.)
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-1/+1
me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case.
1999-11-02updated license boilerplatedmose%mozilla.org1-9/+18
1999-10-13Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing theterry%mozilla.org1-0/+583
ability to edit components, products, and versions. Yay!