summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-07 15:00:29 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-07 15:00:29 +0000
commit15ca40d555ee75ea3c2e30c142cec3370c5ce88c (patch)
treeccd9e54cf69bfd3db9fb428119de241f0774db5b
parent0fda7c8a2bf1c21bcd9b971d9843af1f52ca14c8 (diff)
[1.2.X] Fixed #13627 -- Added instructions on how to reset your Trac password. Thanks to zerok for the suggestion.
Backport of r13551 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/internals/contributing.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt
index c555f205b1..41d1cffdb2 100644
--- a/docs/internals/contributing.txt
+++ b/docs/internals/contributing.txt
@@ -145,7 +145,11 @@ and time availability), claim it by following these steps:
* Claim the ticket by clicking the radio button next to "Accept ticket"
near the bottom of the page, then clicking "Submit changes."
+If you have an account but have forgotten your password, you can reset it
+using the `password reset page`_.
+
.. _Create an account: http://www.djangoproject.com/accounts/register/
+.. _password reset page: http://www.djangoproject.com/accounts/password/reset/
Ticket claimers' responsibility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~