summaryrefslogtreecommitdiffstats
path: root/createaccount.cgi
AgeCommit message (Expand)AuthorFilesLines
2006-06-08Bug 312935: User Account Log should start with a creation date - Patch by FrÃ...lpsolit%gmail.com1-2/+2
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org1-1/+1
2005-12-21Bug 320436: New self-created accounts dont get regexp group memberships - Pat...lpsolit%gmail.com1-1/+3
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-3/+3
2005-08-16Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...lpsolit%gmail.com1-1/+4
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+1
2005-07-28Bug 292059: No locking in createaccount.cgi - Patch by Frédéric Buclin <LpS...lpsolit%gmail.com1-12/+17
2005-07-21Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com1-1/+2
2005-07-11Bug 299572: Move MailPassword() from CGI.pl into BugMail.pm (and remove an un...lpsolit%gmail.com1-1/+2
2005-05-20Bug 294778: Unable to create new accounts when requirelogin is on - Patch by ...lpsolit%gmail.com1-1/+2
2005-03-30Bug 276543: createaccount.cgi should not be displayed if account creation is ...lpsolit%gmail.com1-10/+14
2005-03-09Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com1-1/+0
2005-02-09Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca1-2/+2
2005-02-01Bug 280124 : Move InsertNewUser to Bugzilla::Usertravis%sedsystems.ca1-1/+3
2004-07-21Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-1/+1
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-3/+1
2004-02-24Patch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based m...jocuri%softhome.net1-3/+2
2003-11-27Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide akiko%async.com.br1-6/+2
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-4/+7
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-2/+2
2002-12-09Bug 86029 create permission restrictions for createaccount.cgi (prevent peopl...bugreport%peshkin.net1-0/+7
2002-10-02Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; r=...gerv%gerv.net1-5/+1
2002-08-31Bug 165221: Apostrophes not properly handled during account creation. r=joel,...preed%sigkill.com1-1/+0
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
2002-07-12Bug 156680: "Undefined variable warning" in createaccount.cgijouni%heikniemi.net1-1/+1
2002-06-17Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au1-0/+3
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, afra...gerv%gerv.net1-7/+6
2002-04-17Fix for bug 136506: work-around taint error on Perl 5.005.myk%mozilla.org1-0/+1
2002-04-02Remaining pieces of Bug 23067 from yesterday... no idea why the first commit...justdave%syndicomm.com1-1/+1
2002-02-13Bug 100094 - use generic template handling codebbaetz%student.usyd.edu.au1-21/+5
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
2001-10-13Fix for bug 19910: Bugzilla installs on the same server would interfere with ...justdave%syndicomm.com1-3/+3
2001-10-06Fix for bug 55630 - email-suffix is not shown in createaccount-pagejake%acutex.net1-1/+1
2001-09-24Fix for bug 93388: Full name should be trimmed of whitespace before goingzach%zachlipton.com1-1/+2
2001-07-11Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored i...justdave%syndicomm.com1-6/+11
2001-03-10refix for 40603: Assumes user is coming from different pagecyeh%bluemartini.com1-4/+2
2000-09-16fixes for 51184, 51185, 51186: allow for ldap authentication. patchescyeh%bluemartini.com1-0/+9
2000-08-31fix for 40603: Assumes user is coming from different pagecyeh%bluemartini.com1-2/+1
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
1999-11-02updated license boilerplatedmose%mozilla.org1-14/+15
1999-09-28Patch by holger@holger.om.org (Holger Schurig) -- was displaying header twice...terry%mozilla.org1-1/+3
1999-08-19Patch by Chris Baldwin <chris.baldwin@siara.com> -- allow optionalterry%mozilla.org1-2/+8
1999-05-08Oops. Accounts created via the "createaccount.cgi" page were notterry%mozilla.org1-1/+2
1999-03-27Added stuff to make it more obvious how to create an account.terry%netscape.com1-0/+79