3strandchords
August 31st, 2008, 02:55 PM
Hi.
I'm running ubuntu 8.04 and have installed apache2 and the moinmoin wiki (running via CGI).
I visited the wiki (http://localhost/mywiki) and created a user account ('BigCheese'). I'd like to set the wiki so that 'BigCheese' has admin rights to set ACLs on all pages.
In the wikiconfig.py script, there is a section that reads:
# This is checked by some rather critical and potentially harmful actions,
# like despam or PackageInstaller action:
#superuser = [u"YourName", ]
I've uncommented the line, changed the 'YourName' default to 'BigCheese', saved the file, and restarted the apache server.
I revisit the wiki, login as 'BigCheese', and try to edit a page and insert an ACL:
#acl Guy1:read,write,revert,delete Guy2:read
But when I save the page, I get the following error:
You can't change ACLs on this page since you have no admin rights on it!
So: How do I create a working superuser (for the wiki) who can assign ACLs? Do I need to specify the superuser in wikiconfig.py before their user account is created in the wiki?
Thanks in advance.
I'm running ubuntu 8.04 and have installed apache2 and the moinmoin wiki (running via CGI).
I visited the wiki (http://localhost/mywiki) and created a user account ('BigCheese'). I'd like to set the wiki so that 'BigCheese' has admin rights to set ACLs on all pages.
In the wikiconfig.py script, there is a section that reads:
# This is checked by some rather critical and potentially harmful actions,
# like despam or PackageInstaller action:
#superuser = [u"YourName", ]
I've uncommented the line, changed the 'YourName' default to 'BigCheese', saved the file, and restarted the apache server.
I revisit the wiki, login as 'BigCheese', and try to edit a page and insert an ACL:
#acl Guy1:read,write,revert,delete Guy2:read
But when I save the page, I get the following error:
You can't change ACLs on this page since you have no admin rights on it!
So: How do I create a working superuser (for the wiki) who can assign ACLs? Do I need to specify the superuser in wikiconfig.py before their user account is created in the wiki?
Thanks in advance.