Is it just me, or my browser (Chrome/FireFox3.5) (PmWiki 2.2.5).
<div>I&#39;m having trouble logging to parts of my website,</div><div>my password is not accepted or gives me less permissions than I expect.</div><div><br></div><div>When I try to access a GroupAttributes page </div><div>
instead of opening the expected form,</div><div>it opens a &quot;new&quot; page.</div><div>Same on PmWiki</div><div><br></div><div><a href="http://www.pmwiki.org/wiki/PmWiki/GroupAttributes?action=edit">http://www.pmwiki.org/wiki/PmWiki/GroupAttributes?action=edit</a></div>
<div><br></div><div><br></div><div>I use</div><div><div>  $DefaultPasswords[&#39;admin&#39;] = crypt(&#39;p1&#39;);</div><div>  $DefaultPasswords[&#39;attr&#39;] = crypt(&#39;p2&#39;);</div><div>  $DefaultPasswords[&#39;edit&#39;]  = crypt(&#39;p3&#39;);</div>
<div>  $DefaultPasswords[&#39;source&#39;] = crypt(&#39;p4&#39;);</div><div>  $HandleAuth[&#39;diff&#39;] = &#39;edit&#39;; ## StarterPack</div><div><br></div></div><div>and GroupAttrbutes to specify Group and Page level access.</div>
<div><br></div><div>Simon</div>