aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/account/password
Commit message (Collapse)AuthorAgeFilesLines
* Bug 962812: Use the "required" attribute where appropriateSunil Joshi2014-03-231-3/+3
| | | | r=LpSolit a=justdave
* Bug 868330 - Password creation directions incompleteSunil Joshi2013-08-071-3/+12
| | | r=sgreen, a=sgreen
* Bug 896183 - Change password screen mentions "New Password Again" it should ↵Sunil Joshi2013-07-251-2/+2
| | | | | | be "Confirm new password" r=dkl,a=sgreen
* Bug 878035: Do not disclose whether a user account exists or not when a user ↵Frédéric Buclin2013-06-061-1/+7
| | | | | | clicks "forgot password" r=dkl a=LpSolit
* Bug 547311: Remove the "align" attribute from <th>Christopher Trom2012-12-021-3/+3
| | | | r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-112-34/+10
| | | | | | 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 575947: Users with passwords length less than 6 characters can't login ↵Frédéric Buclin2010-10-141-0/+1
| | | | | | after migration from 3.4.x or older to 3.6 or newer r/a=mkanat
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-231-2/+2
| | | | r/a=mkanat
* Bug 575340 - Remove incorrect maxlength and unneeded size parameters from ↵Reed Loden2010-07-051-2/+2
| | | | | | the new password input field on the reset password page. [r=mkanat a=mkanat]
* Bug 452519: Fix timezones in emails - Patch by Frédéric Buclin ↵lpsolit%gmail.com2009-01-081-3/+2
| | | | <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-202-2/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-191-2/+2
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address ↵lpsolit%gmail.com2006-10-211-1/+2
| | | | - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=myk
* Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2006-07-121-1/+1
| | | | <batosti@async.com.br> r=ghendricks a=myk
* Backing out the fix for bug 135812 as it causes the mail params to be ↵jake%bugzilla.org2005-03-171-2/+1
| | | | deleted on new installs.
* Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating addresstravis%sedsystems.ca2005-03-161-1/+2
| | | | Patch by Cedric Caron <cedric.caron@urbanet.ch> r=wurblzap a=justdave
* Bug 192775 - rearrange parameter order in token URLs to make them always ↵gerv%gerv.net2004-04-071-2/+2
| | | | fully linked in some MUAs. Patch by gerv; r=myk, 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 227213: Chomping murder in token emails and pages. Fixkiko%async.com.br2003-12-081-5/+5
| | | | | | chomping issues, a spurious &nbsp; in an email template, and minor rewordings to make the text prettier -- oh, I realize this isn't Chaucer yet, but who knows? r=jouni, a=justdave.
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-041-5/+8
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 159901 - token.cgi: localize strings send to message.html.tmpl. Patch by ↵gerv%gerv.net2002-08-101-0/+1
| | | | burnus; r=gerv.
* Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant.myk%mozilla.org2002-05-221-5/+5
| | | | | Patch by mental <xor@ivwnet.com>. r=justdave,myk
* Bug 135836 - change requests should include expiration details. Patch by ↵gerv%gerv.net2002-05-031-0/+4
| | | | zeroJ@null.net; r=gerv, justdave.
* Bug 135814 - templatise Token.pm. Patch by zeroj; 2xr=bbaetz.gerv%gerv.net2002-04-261-0/+34
|
* Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke.gerv%gerv.net2002-04-241-2/+2
|
* Bug 135707 - template reorganisation. This makes the new copies of the ↵gerv%gerv.net2002-04-201-2/+2
| | | | templates use all the correct names internally. Patch by me, 2xr=myk.
* Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net2002-04-191-0/+55
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.