Hi.
Im running mediawiki (CVS version) and i have som innoing problems ..
I update my ur_rights in the database to reflect that I want to be "sysop" but everytime i actually tries to use it( or login/logout) the entry in the database gets automatically set back to "read,edit,move,upload" again.
update user_rights set ur_rights = 'read,edit,move,upload,sysop' where ur_user= 3;
Jesper