[pmwiki-users] text "$PostVars" printed in authform

Petko Yotov 5ko at 5ko.fr
Tue Dec 15 15:01:30 CST 2009


On Monday 14 December 2009 11:53:47 OBUTEX/Hladůvka wrote:
> (:input auth_form : )
...
> The text "$PostVars" is displayed in the form begining.
> How can I get rid off the text?

Hi. Instead of (:input auth_form:) you can use this:

  (:input form action="{*$PageUrl}":)(:input hidden action login:)

(:input auth_form:) is used when a user tries to do something for which a 
password is needed -- "$PostVars" contains any data that was posted, so that 
the user doesn't have to re-type it.

Thanks,
Petko



More information about the pmwiki-users mailing list