[Python-checkins] r54562 - tracker/instances/python-dev/html/user.register.html

erik.forsberg python-checkins at python.org
Sat Mar 24 21:43:28 CET 2007


Author: erik.forsberg
Date: Sat Mar 24 21:43:23 2007
New Revision: 54562

Modified:
   tracker/instances/python-dev/html/user.register.html
Log:
Mention that users that have used the sf bug tracker earlier already
have an account. Resolves
http://psf.upfronthosting.co.za/roundup/meta/issue107.


Modified: tracker/instances/python-dev/html/user.register.html
==============================================================================
--- tracker/instances/python-dev/html/user.register.html	(original)
+++ tracker/instances/python-dev/html/user.register.html	Sat Mar 24 21:43:23 2007
@@ -7,6 +7,13 @@
  tal:replace="db/config/TRACKER_NAME" /></span>
 <td class="content" metal:fill-slot="content">
 
+<p>Please note that if you have previously created or modified issue
+reports using the sourceforge issue tracker previously used for python
+bugs, your username on sourceforge already exists in this tracker. Use
+the <a href="user?@template=forgotten">Password recovery form</a> to
+get a password for your account.</p>
+
+
 <form method="POST" onSubmit="return submit_once()"
       enctype="multipart/form-data"
       tal:attributes="action context/designator">


More information about the Python-checkins mailing list