[pmwiki-users] Newbie AuthForm Questions

Philip Yates phil at philipyates.com
Mon Mar 5 11:02:01 CST 2007


When I add the following two lines to my AuthFoum page, it always says 
the user is logged out even the user is logged in.  What can cause this?

(:if authid:) Logged in as {$AuthId}
(:if !authid:) Not logged in

A few other newbie AuthForm questions:

How do I get the $Postvars line to go away?  (Where does it come from)?

What is the (:messages:) line for?  How do I get it to work?

When I first installed pmwiki, I was getting (I thought) a profile page 
created for each user.  Now I'm not.  What did I do to turn it off?

Thanks in advance for any help.  By the way, does it make sense to 
collect newbie questions and put them on a "newbie" page in the pmwiki 
documentation?

I'm running 2.1.26.  My AuthForm has these lines:

    '''$[Password required]'''
    (:messages:)
    (:if enabled InvalidLogin:)* $[Name/password not recognized]
    (:if:)
    (:input auth_form:)
    (:if enabled $EnableAuthUser:)$[Name]:     (:input text name=authid:)\\
    (:if !enabled $EnableAuthUser:)$[Name]:     (:input text name=author:)\\
    (:if:)$[Password]: (:input password name=authpw:)
    (:input submit value='OK':)
    (:input end:)





-- 
Philip Yates
515 High St.
Oregon City, OR 97045
(503) 570-8000 cell
(503) 656-1127 home





More information about the pmwiki-users mailing list