aboutsummaryrefslogtreecommitdiffstats
path: root/createaccount.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.Gervase Markham2014-12-171-1/+1
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 969881: All "Help" links in the header and footer of pages point to inexi...Frédéric Buclin2014-02-121-1/+1
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-23/+5
* Bug 711714: (CVE-2011-3667) [SECURITY] The User.offer_account_by_email WebSer...Frédéric Buclin2011-12-281-26/+3
* Fix bustage due to bug 705474Frédéric Buclin2011-12-171-0/+1
* Bug 705474 - CSRF vulnerability in createaccount.cgi allows possible unauthor...Reed Loden2011-12-131-0/+5
* Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin2011-08-171-2/+2
* Bug 622513 - Email-related regexp checking should be case-insensitive. a=mkanat.Gervase Markham2011-03-081-1/+1
* Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-11-121-0/+2
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 254758 creating an account that doesn't match the create email regexp sho...timeless%mozdev.org2007-07-241-1/+1
* Bug 351098: Make Bugzilla::Object able to update objects in the database, and...mkanat%bugzilla.org2006-09-061-1/+1
* Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for...mkanat%bugzilla.org2006-08-261-10/+1
* Bug 87795: Creating an account should send token and wait for confirmation (p...lpsolit%gmail.com2006-08-201-17/+2
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-1/+1
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-2/+2
* Bug 312935: User Account Log should start with a creation date - Patch by FrÃ...lpsolit%gmail.com2006-06-081-2/+2
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-1/+1
* Bug 320436: New self-created accounts dont get regexp group memberships - Pat...lpsolit%gmail.com2005-12-211-1/+3
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-3/+3
* Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...lpsolit%gmail.com2005-08-161-1/+4
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+1
* Bug 292059: No locking in createaccount.cgi - Patch by Frédéric Buclin <LpS...lpsolit%gmail.com2005-07-281-12/+17
* Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-07-211-1/+2
* Bug 299572: Move MailPassword() from CGI.pl into BugMail.pm (and remove an un...lpsolit%gmail.com2005-07-111-1/+2
* Bug 294778: Unable to create new accounts when requirelogin is on - Patch by ...lpsolit%gmail.com2005-05-201-1/+2
* Bug 276543: createaccount.cgi should not be displayed if account creation is ...lpsolit%gmail.com2005-03-301-10/+14
* Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com2005-03-091-1/+0
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-091-2/+2
* Bug 280124 : Move InsertNewUser to Bugzilla::Usertravis%sedsystems.ca2005-02-011-1/+3
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-1/+1
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-3/+1
* Patch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based m...jocuri%softhome.net2004-02-241-3/+2
* Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide akiko%async.com.br2003-11-271-6/+2
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-4/+7
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-2/+2
* Bug 86029 create permission restrictions for createaccount.cgi (prevent peopl...bugreport%peshkin.net2002-12-091-0/+7
* Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; r=...gerv%gerv.net2002-10-021-5/+1
* Bug 165221: Apostrophes not properly handled during account creation. r=joel,...preed%sigkill.com2002-08-301-1/+0
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Bug 156680: "Undefined variable warning" in createaccount.cgijouni%heikniemi.net2002-07-121-1/+1
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-0/+3
* 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, afra...gerv%gerv.net2002-04-241-7/+6
* Fix for bug 136506: work-around taint error on Perl 5.005.myk%mozilla.org2002-04-171-0/+1
* Remaining pieces of Bug 23067 from yesterday... no idea why the first commit...justdave%syndicomm.com2002-04-021-1/+1