Is it just me, or my browser (Chrome/FireFox3.5) (PmWiki 2.2.5). I'm having
trouble logging to parts of my website,
my password is not accepted or gives me less permissions than I expect.

When I try to access a GroupAttributes page
instead of opening the expected form,
it opens a "new" page.
Same on PmWiki

http://www.pmwiki.org/wiki/PmWiki/GroupAttributes?action=edit


I use
  $DefaultPasswords['admin'] = crypt('p1');
  $DefaultPasswords['attr'] = crypt('p2');
  $DefaultPasswords['edit']  = crypt('p3');
  $DefaultPasswords['source'] = crypt('p4');
  $HandleAuth['diff'] = 'edit'; ## StarterPack

and GroupAttrbutes to specify Group and Page level access.

Simon
_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to