summaryrefslogtreecommitdiffstats
path: root/createaccount.cgi
AgeCommit message (Collapse)AuthorFilesLines
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-3/+3
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-08-16Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric ↵lpsolit%gmail.com1-1/+4
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-1/+1
r=mkanat,wicked a=justdave
2005-07-28Bug 292059: No locking in createaccount.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-12/+17
<LpSolit@gmail.com> r=wicked a=myk
2005-07-21Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+2
<LpSolit@gmail.com> r=mkanat a=myk
2005-07-11Bug 299572: Move MailPassword() from CGI.pl into BugMail.pm (and remove an ↵lpsolit%gmail.com1-1/+2
unused variable) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-05-20Bug 294778: Unable to create new accounts when requirelogin is on - Patch by ↵lpsolit%gmail.com1-1/+2
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-03-30Bug 276543: createaccount.cgi should not be displayed if account creation is ↵lpsolit%gmail.com1-10/+14
disabled - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-03-09Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com1-1/+0
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=LpSolit, a=myk
2005-02-09Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca1-2/+2
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-02-01Bug 280124 : Move InsertNewUser to Bugzilla::Usertravis%sedsystems.ca1-1/+3
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2004-07-21Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-1/+1
patch by erik r=joel, kiko a=myk
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-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.
2004-02-24Patch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based ↵jocuri%softhome.net1-3/+2
methods that are mod_perl compatible; r=gerv; a=justdave.
2003-11-27Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide akiko%async.com.br1-6/+2
logout() method that is proxied through Bugzilla.pm's logout(), and fix callers to use it. r=justdave, bbaetz, a=justdave
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-4/+7
r=joel, a=justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-2/+2
r=gerv, justdave a=justdave
2002-12-09Bug 86029 create permission restrictions for createaccount.cgi (prevent ↵bugreport%peshkin.net1-0/+7
people from creating accounts) r=burnus a=justdave
2002-10-02Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; ↵gerv%gerv.net1-5/+1
r=burnus.
2002-08-31Bug 165221: Apostrophes not properly handled during account creation. ↵preed%sigkill.com1-1/+0
r=joel,r2=bbaetz
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-07-12Bug 156680: "Undefined variable warning" in createaccount.cgijouni%heikniemi.net1-1/+1
2xr=bbaetz
2002-06-17Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au1-0/+3
early enough r=mattyt, jouni
2002-04-24Bug 138588 - missed a DisplayError -> ThrowTemplateError change.gerv%gerv.net1-1/+1
2002-04-24Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net1-7/+6
afranke.
2002-04-17Fix for bug 136506: work-around taint error on Perl 5.005.myk%mozilla.org1-0/+1
Patch by Davidy Avery <daa@rm.incc.net>. 2x r=myk
2002-04-02Remaining pieces of Bug 23067 from yesterday... no idea why the first ↵justdave%syndicomm.com1-1/+1
commit didn't pick these up.
2002-02-13Bug 100094 - use generic template handling codebbaetz%student.usyd.edu.au1-21/+5
r=mattyt, afranke
2002-01-30Bug 117509 - createaccount.cgi templatisation.gerv%gerv.net1-50/+47
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-1/+3
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
2001-10-13Fix for bug 19910: Bugzilla installs on the same server would interfere with ↵justdave%syndicomm.com1-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
2001-10-06Fix for bug 55630 - email-suffix is not shown in createaccount-pagejake%acutex.net1-1/+1
Patch by kai morich <mail@kai-morich.de> r= matty@chariot.net.au
2001-09-24Fix for bug 93388: Full name should be trimmed of whitespace before goingzach%zachlipton.com1-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>.
2001-07-11Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored ↵justdave%syndicomm.com1-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
2001-03-10refix for 40603: Assumes user is coming from different pagecyeh%bluemartini.com1-4/+2
reduce wording
2000-09-16fixes for 51184, 51185, 51186: allow for ldap authentication. patchescyeh%bluemartini.com1-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.
2000-08-31fix for 40603: Assumes user is coming from different pagecyeh%bluemartini.com1-2/+1
patch by zach@zachlipton.com
2000-06-15Fixing bug #17779 with patch from cdurst@world.std.comtara%tequilarista.org1-1/+1
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-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.
1999-11-02updated license boilerplatedmose%mozilla.org1-14/+15
1999-09-28Patch by holger@holger.om.org (Holger Schurig) -- was displaying header ↵terry%mozilla.org1-1/+3
twice in some cases.
1999-08-19Patch by Chris Baldwin <chris.baldwin@siara.com> -- allow optionalterry%mozilla.org1-2/+8
entry of the user's realname. Note that nothing actually makes use of this info at present.
1999-05-08Oops. Accounts created via the "createaccount.cgi" page were notterry%mozilla.org1-1/+2
getting their password emailed to them.
1999-03-27Added stuff to make it more obvious how to create an account.terry%netscape.com1-0/+79