<br><br><div><span class="gmail_quote">On 6/13/07, <b class="gmail_sendername">Patrick R. Michaud</b> <<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, Jun 13, 2007 at 06:50:46PM +0200, St�phane Heckel wrote:<br>> Greetings, ...<br>><br>> Does (:if enabled AuthPw:) really tell you have logged successfully ?<br><br>What it really tests is whether or not any passwords have been
<br>entered. If using a non-identity based authorization system, there's<br>really not a notion of "logged in", but only "have you entered any<br>passwords"?</blockquote><div><br>However, for the convenience of users who make a typographic error during login, you could do
<br><br>(:if enabled AuthPw:)<br>[[Main.HomePage?action=logout | Logout]], or [[Main.HomePage?action=login | Login with another password]] {*$AuthId}<br>(:else:)<br>[[Main.HomePage?action=login | Login]]<br>(:ifend:)<br></div>
<br><br></div>