[pmwiki-users] logging out doesn't work for me (maybe userauth problem?)

Patrick Ogay lists at basel-inside.ch
Fri Feb 25 14:14:28 CST 2005


 >When I click on or send action=logout, I get a browser username
 >and password dialog for "Some realm" at www.mydomain.net.  It doesn't
 >accept any username/password combo in .htpasswd or anything else I've
 >tried, so I have to cancel out of it, going to a blank page that doesn't
 >log the original user out.

there is an error in markupdefinition  in userauth
change the markup -  for (:loginform:)  
(:as:) is the new standard for pmwiki 2

Markup("loginform", "inline","/\\(:loginform:\\)/", 
Keep(GetUserLoginForm(true)));
the *Keep*  is essential, I debugged for hours :-)

Kind regards
Patrick Ogay




More information about the pmwiki-users mailing list