<br><br><div><span class="gmail_quote">On 6/13/07, <b class="gmail_sendername">Patrick R. Michaud</b> &lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>&gt; 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>&gt; Greetings, ...<br>&gt;<br>&gt; 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.&nbsp;&nbsp;If using a non-identity based authorization system, there&#39;s<br>really not a notion of &quot;logged in&quot;, but only &quot;have you entered any<br>passwords&quot;?</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>