aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/account/auth/login.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1037285 - Login redirection from forms is broken for urls using a : in ↵Dylan William Hardison2014-07-161-1/+1
| | | | | | their url r/a=glob
* Bug 713926: (CVE-2014-1517) [SECURITY] Login form lacks CSRF protectionFrédéric Buclin2014-04-171-1/+3
| | | | r=dkl a=justdave
* Bug 962812: Use the "required" attribute where appropriateSunil Joshi2014-03-231-3/+3
| | | | r=LpSolit a=justdave
* Bug 958825: Use HTML5's attribute "autofocus" instead of ↵Frédéric Buclin2014-01-201-3/+2
| | | | | | onload="element.focus()" r/a=justdave
* Bug 686333: Bugzilla login field should be <input type=email>Frédéric Buclin2014-01-161-1/+2
| | | | r/a=justdave
* Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a ↵Connor Behan2014-01-071-1/+1
| | | | | | specific Bugzilla installation r=dkl,a=justdave
* Bug 899679 - Bug History page, "back to" should not be striked of only Bug # ↵Sunil Joshi2013-08-061-1/+9
| | | | | should be striked off. r=sgreen, a=sgreen
* Bug 547311: Remove the "align" attribute from <th>Christopher Trom2012-12-021-2/+2
| | | | r/a=LpSolit
* Bug 706271: CSRF vulnerability in token.cgi allows possible unauthorized ↵Frédéric Buclin2012-08-061-0/+1
| | | | | | password reset e-mail request r=reed a=LpSolit
* Bug 490764: Bugzilla should explain why creating a user account is worthwhileFrédéric Buclin2012-05-161-1/+9
| | | | r=glob a=LpSolit
* Add hooks for alternative login methods. r,a=LpSolit.Gervase Markham2012-03-261-0/+2
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=698418
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-18/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-231-2/+0
| | | | r/a=mkanat
* Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley2010-02-171-2/+1
| | | | r=mkanat, a=mkanat
* Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric ↵lpsolit%gmail.com2009-10-181-11/+9
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 493642: Never include hidden_fields in the header/footer login form, and ↵mkanat%bugzilla.org2009-06-041-1/+1
| | | | | | when a REQUIRE_LOGIN page shows a login form, hide the header/footer login form. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 391949 colchange, login, and a number of other forms are missing a space ↵timeless%mozdev.org2008-03-311-1/+1
| | | | | | before checked r=vladd a=lpsolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-1/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 364008: Work around 405 error on login from home page when using IIS 5.justdave%bugzilla.org2007-05-211-0/+4
| | | | | Patch by Michael Kincaid <michael@luidia.com> r=justdave, a=justdave
* Bug 299405: Attachments don't work if you need to log in again [ Undefined ↵lpsolit%gmail.com2007-01-181-1/+4
| | | | subroutine @ Fh::slice ] - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 314501: Use <label>'s on the login form - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-08-221-19/+11
| | | | <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2006-07-121-2/+2
| | | | <batosti@async.com.br> r=ghendricks a=myk
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-12/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 313950: Login screen should append emailsuffix to login field - Patch by ↵lpsolit%gmail.com2006-02-261-0/+1
| | | | Matt McHenry <mmchenry@carnegielearning.com> r=LpSolit a=justdave
* Bug 165075 - A login form is now included by default on the main Index page.jake%bugzilla.org2005-04-131-0/+1
| | | | r=wurblzap, a= justdave
* Bug 238877: remove %FORM from Bugzilla/Auth/Login/WWW/CGI.pm - Patch by ↵lpsolit%gmail.com2005-04-081-3/+0
| | | | Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
* Bug 103439 : Correctly use noun/verb forms of Login/Log In and Logout/Log ↵travis%sedsystems.ca2005-03-191-3/+3
| | | | | | Out where appropriate Patch by Shane H. W. Travis <travis@sedsystems.ca> r=myk a=myk
* Fix for bug 252709: Focus Bugzilla_login field (in login page). r=jouni, a=myk.kiko%async.com.br2004-07-241-2/+3
|
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-9/+19
| | | | | | patch by erik r=joel, kiko a=myk
* Bug 249862: remove duplicate </tr> from login pagebugreport%peshkin.net2004-07-061-1/+0
| | | | | r=vladd a=justdave
* Patch for bug 240434: replace increased with improved on the login page; ↵jocuri%softhome.net2004-04-151-1/+1
| | | | r=timeless, a=justdave.
* Bug 132066 - add a note to the login page about needing cookies for a good ↵gerv%gerv.net2004-03-181-0/+5
| | | | user experience. Patch by gerv; r,a=justdave.
* Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net2004-01-191-1/+1
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Fix for bug 90468: Bugzilla does not log out automatically when closingkiko%async.com.br2004-01-171-0/+15
| | | | | the session. Patch by toms@myrealbox.com (Toms Baugis), with minor cleanups by me. r=kiko, a=myk.
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-041-7/+9
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com2003-04-251-1/+1
| | | | | | | | | templates, and correct the XSS holes that were discovered as a result of it. Patch by Gervase Markham <gerv@mozilla.org> r= myk, bbaetz, justdave a= justdave
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-0/+104
r=gerv, justdave a=justdave