aboutsummaryrefslogtreecommitdiffstats
path: root/createaccount.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com2005-03-091-1/+0
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=LpSolit, a=myk
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-091-2/+2
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 280124 : Move InsertNewUser to Bugzilla::Usertravis%sedsystems.ca2005-02-011-1/+3
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-1/+1
| | | | | | patch by erik r=joel, kiko a=myk
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-3/+1
| | | | | | | quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
* Patch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based ↵jocuri%softhome.net2004-02-241-3/+2
| | | | methods that are mod_perl compatible; r=gerv; a=justdave.
* Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide akiko%async.com.br2003-11-271-6/+2
| | | | | logout() method that is proxied through Bugzilla.pm's logout(), and fix callers to use it. r=justdave, bbaetz, a=justdave
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-4/+7
| | | | r=joel, a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-2/+2
| | | | | r=gerv, justdave a=justdave
* Bug 86029 create permission restrictions for createaccount.cgi (prevent ↵bugreport%peshkin.net2002-12-091-0/+7
| | | | | | | people from creating accounts) r=burnus a=justdave
* Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; ↵gerv%gerv.net2002-10-021-5/+1
| | | | r=burnus.
* Bug 165221: Apostrophes not properly handled during account creation. ↵preed%sigkill.com2002-08-301-1/+0
| | | | r=joel,r2=bbaetz
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 156680: "Undefined variable warning" in createaccount.cgijouni%heikniemi.net2002-07-121-1/+1
| | | | 2xr=bbaetz
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-0/+3
| | | | | early enough r=mattyt, jouni
* Bug 138588 - missed a DisplayError -> ThrowTemplateError change.gerv%gerv.net2002-04-241-1/+1
|
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-7/+6
| | | | afranke.
* Fix for bug 136506: work-around taint error on Perl 5.005.myk%mozilla.org2002-04-171-0/+1
| | | | | Patch by Davidy Avery <daa@rm.incc.net>. 2x r=myk
* Remaining pieces of Bug 23067 from yesterday... no idea why the first ↵justdave%syndicomm.com2002-04-021-1/+1
| | | | commit didn't pick these up.
* Bug 100094 - use generic template handling codebbaetz%student.usyd.edu.au2002-02-131-21/+5
| | | | r=mattyt, afranke
* Bug 117509 - createaccount.cgi templatisation.gerv%gerv.net2002-01-301-50/+47
|
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+3
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Fix for bug 19910: Bugzilla installs on the same server would interfere with ↵justdave%syndicomm.com2001-10-131-3/+3
| | | | | | | each others' cookies. Cookies now have a path value that can be set to indicate which bugzilla install they belong to. Browsers will only send the cookie to the appropriate installation. The path can be set in the 'cookiepath' parameter in editparams.cgi. Patch by Dave Lawrence <dkl@redhat.com> r= myk, justdave
* Fix for bug 55630 - email-suffix is not shown in createaccount-pagejake%acutex.net2001-10-061-1/+1
| | | | | Patch by kai morich <mail@kai-morich.de> r= matty@chariot.net.au
* Fix for bug 93388: Full name should be trimmed of whitespace before goingzach%zachlipton.com2001-09-241-1/+2
| | | | | | | | into database. r1=Zach Lipton <zach@zachlipton.com> r2=Andreas Franke <afranke@ags.uni-sb.de>. Patch by Christopher Aillon <caillon@returnzero.com>.
* Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored ↵justdave%syndicomm.com2001-07-111-6/+11
| | | | | | | in plaintext in the database. Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function. The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5). Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column. As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead. The user is emailed a temporary identifying token, with a link back to Bugzilla. They click on the link or paste it into their browser and Bugzilla allows them to change their password. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com, jake@acutex.net
* refix for 40603: Assumes user is coming from different pagecyeh%bluemartini.com2001-03-101-4/+2
| | | | reduce wording
* fixes for 51184, 51185, 51186: allow for ldap authentication. patchescyeh%bluemartini.com2000-09-161-0/+9
| | | | | | 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.
* fix for 40603: Assumes user is coming from different pagecyeh%bluemartini.com2000-08-311-2/+1
| | | | patch by zach@zachlipton.com
* Fixing bug #17779 with patch from cdurst@world.std.comtara%tequilarista.org2000-06-151-1/+1
|
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-0/+3
| | | | | | | 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.
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* Patch by holger@holger.om.org (Holger Schurig) -- was displaying header ↵terry%mozilla.org1999-09-281-1/+3
| | | | twice in some cases.
* Patch by Chris Baldwin <chris.baldwin@siara.com> -- allow optionalterry%mozilla.org1999-08-191-2/+8
| | | | | entry of the user's realname. Note that nothing actually makes use of this info at present.
* Oops. Accounts created via the "createaccount.cgi" page were notterry%mozilla.org1999-05-081-1/+2
| | | | getting their password emailed to them.
* Added stuff to make it more obvious how to create an account.terry%netscape.com1999-03-271-0/+79