00630: (:if enabled EnableAuthUser:) doesn't work in [[Site.AuthForm?action=source|Site.AuthForm]]
(:if enabled EnableAuthUser:)
doesn't work in Site.AuthFormDescription:
My pmwiki installation uses password-only access control, so $EnableAuthUser
is not set.
However, the (:if enabled EnableAuthUser:)
markup in Site.AuthForm doesn't work, and the login prompt also displays an input field for the username.
Changing the conditional markup in Site.AuthForm from
(:if enabled EnableAuthUser:)
to
(:if true EnableAuthUser:)
solved the problem, and the username input field is no longer displayed. So I suppose the (:if enabled ... :)
markup doesn't work properly, somehow.
I was still playing with the (:if enabled:)
and (:if true:)
markups when beta15 was released. I've decided that it will be (:if enabled:)
, and the (:if true:)
markup no longer takes a parameter (as it was in beta 14).
Sorry for the confusion.
Pm
No problem ;-)
--floozy