Attachment 'userform.patch.txt'

Download

   1 --- /usr/lib/python2.3/site-packages/MoinMoin-1.5.4/userform.py	2006-06-22 20:57:23.000000000 +0200
   2 +++ userform.py	2006-08-19 13:13:20.966590696 +0200
   3  
   4 @@ -649,8 +649,11 @@
   5          pi = request.getPathinfo()
   6          action = u"%s%s" % (sn, pi)
   7          userprefslink = wikiutil.getSysPage(request, "UserPreferences").link_to(request)
   8 -        hint = _("To create an account or recover a lost password, see the %(userprefslink)s page.") % {
   9 -               'userprefslink': userprefslink}
  10 +        sendmypasswordlink = wikiutil.getSysPage(request, "SendMyPassword").link_to(request)
  11 +        
  12 +        hint = _("To create an account or recover a lost password, see the %(userprefslink)s page. Or if you like to get sent your password go to %(SendMyPassword)s.") % {
  13 +               'userprefslink': userprefslink,
  14 +               'SendMyPassword':sendmypasswordlink}
  15          self._form = html.FORM(action=action)
  16          self._table = html.TABLE(border="0")
  17  

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2006-08-19 11:27:51, 0.6 KB) [[attachment:SendAccountMail-1.5.py]]
  • [get | view] (2007-01-06 18:28:35, 2.1 KB) [[attachment:SendAccountMail-1.6-dev-2.py]]
  • [get | view] (2006-12-10 19:56:44, 1.8 KB) [[attachment:SendAccountMail1-6-dev-1.py]]
  • [get | view] (2006-12-10 17:18:39, 0.7 KB) [[attachment:SendMyPassword.txt]]
  • [get | view] (2006-08-19 11:27:36, 0.9 KB) [[attachment:userform.patch.txt]]
  • [get | view] (2006-12-10 17:18:16, 0.9 KB) [[attachment:userform1-6-dev.diff]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.