Is it just me, or my browser (Chrome/FireFox3.5) (PmWiki 2.2.5).
<div>I'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 "new" 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['admin'] = crypt('p1');</div><div> $DefaultPasswords['attr'] = crypt('p2');</div><div> $DefaultPasswords['edit'] = crypt('p3');</div>
<div> $DefaultPasswords['source'] = crypt('p4');</div><div> $HandleAuth['diff'] = 'edit'; ## StarterPack</div><div><br></div></div><div>and GroupAttrbutes to specify Group and Page level access.</div>
<div><br></div><div>Simon</div>