Description

The new login logout functionallity is at the moment only useful for wikis which have already their known users.

I think we should have a description and a link to go to UserPreferences if the user is new or has problems -- ReimarBauer 2006-03-19 10:58:00

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

Details

MoinMoin Version

1.5 patch-487

OS and Version

Python Version

Server Setup

Server Details

Workaround

Discussion

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/LoginLogout (last edited 2007-10-29 19:09:02 by localhost)