[pmwiki-users] AuthUser (was UserAuth)
Patrick R. Michaud
pmichaud at pobox.com
Thu Mar 2 23:51:43 CST 2006
On Thu, Mar 02, 2006 at 04:22:39PM -0500, Susan wrote:
>
> I'm still not sure what to do about people logging in with password but
> no name (a carry-over from when I used the standard install.)
I still don't have a great answer for this one. It may be a case
where we need to define a custom condition for it.
Actually, you might try (note the case of "AuthPw"):
(:if enabled AuthPw:)[[{$FullName}?action=logout | logout]](:if:)
The AuthPw array will evaluate to true ("enabled") if any passwords
have been entered in the current session, whether they were
for accessing a page or for logging in to the site.
Pm
More information about the pmwiki-users
mailing list