aboutsummaryrefslogtreecommitdiffstats
path: root/createaccount.cgi
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 254758 creating an account that doesn't match the create email regexp ↵timeless%mozdev.org2007-07-241-1/+1
| | | | | | should not say "New accounts must be created by an administrator." r=lpsolit a=lpsolit
* Bug 351098: Make Bugzilla::Object able to update objects in the database, ↵mkanat%bugzilla.org2006-09-061-1/+1
| | | | | | and make Bugzilla::Keyword use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user ↵mkanat%bugzilla.org2006-08-261-10/+1
| | | | | | for Bugzilla::User Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 87795: Creating an account should send token and wait for confirmation ↵lpsolit%gmail.com2006-08-201-17/+2
| | | | (prevent user account abuse) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=bkor a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-2/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 312935: User Account Log should start with a creation date - Patch by ↵lpsolit%gmail.com2006-06-081-2/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=bkor, r=wicked a=myk
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 320436: New self-created accounts dont get regexp group memberships - ↵lpsolit%gmail.com2005-12-211-1/+3
| | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=LpSolit a=justdave
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-3/+3
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric ↵lpsolit%gmail.com2005-08-161-1/+4
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-1/+1
| | | | r=mkanat,wicked a=justdave
* Bug 292059: No locking in createaccount.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-07-281-12/+17
| | | | <LpSolit@gmail.com> r=wicked a=myk
* Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-07-211-1/+2
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 299572: Move MailPassword() from CGI.pl into BugMail.pm (and remove an ↵lpsolit%gmail.com2005-07-111-1/+2
| | | | unused variable) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 294778: Unable to create new accounts when requirelogin is on - Patch by ↵lpsolit%gmail.com2005-05-201-1/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 276543: createaccount.cgi should not be displayed if account creation is ↵lpsolit%gmail.com2005-03-301-10/+14
| | | | disabled - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* 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.