--- moin--main--1.5--patch/MoinMoin/action/login.py	2006-03-19 11:33:56.036730736 +0100
+++ login.py	2006-03-19 12:36:30.344989128 +0100
@@ -66,7 +66,10 @@
             request.write(request.formatter.startContent("content"))
             
             request.write(userform.getLogin(request))
-            
+            word = _('UserPreferences')
+            text = _('If you are new to this wiki or do have problems with your account please follow this link to %(UserPreferences)s!',formatted=False)
+            request.write(text % {'UserPreferences': word})
+
             # End content and send footer
             request.write(request.formatter.endContent())
             wikiutil.send_footer(request, self.pagename)
