--- userform_old.py	2006-12-09 13:32:00.000000000 +0100
+++ userform.py	2006-12-10 18:13:18.000000000 +0100
@@ -638,8 +638,10 @@
         pi = request.getPathinfo()
         action = u"%s%s" % (sn, pi)
         userprefslink = wikiutil.getSysPage(request, "UserPreferences").link_to(request, rel='nofollow')
-        hint = _("To create an account or recover a lost password, see the %(userprefslink)s page.") % {
-               'userprefslink': userprefslink}
+        sendmypasswordlink = wikiutil.getSysPage(request, "SendMyPassword").link_to(request, rel='nofollow')
+        hint = _("To create an account, see the %(userprefslink)s page. To recover a lost password, go to %(sendmypasswordlink)s.") % {
+               'userprefslink': userprefslink,
+               'sendmypasswordlink': sendmypasswordlink}
         self._form = html.FORM(action=action)
         self._table = html.TABLE(border="0")
 
