Mailing List Archive

How to log in as admin
I just installed wikipedia on my webserver and can't for the life of me
figure out how to log in as an admin. I downloaded the latest version
from CVS.

Thanks,
Carl Youngblood
Re: How to log in as admin [ In reply to ]
Carl Youngblood wrote:
> I just installed wikipedia on my webserver and can't for the life of me
> figure out how to log in as an admin. I downloaded the latest version
> from CVS.

First, create a user account through the login page. Then, you'll have
to access the database directly with mysql and give yourself sysop
privileges:

UPDATE user
SET user_rights='sysop,developer'
WHERE user_name='Yourname';

That should do it.

-- brion vibber (brion @ pobox.com)
RE: How to log in as admin [ In reply to ]
Thanks!

-----Original Message-----
From: wikitech-l-admin@wikipedia.org
[mailto:wikitech-l-admin@wikipedia.org] On Behalf Of Brion VIBBER
Sent: Sunday, November 24, 2002 8:28 PM
To: wikitech-l@wikipedia.org
Subject: Re: [Wikitech-l] How to log in as admin


Carl Youngblood wrote:
> I just installed wikipedia on my webserver and can't for the life of
> me
> figure out how to log in as an admin. I downloaded the latest version

> from CVS.

First, create a user account through the login page. Then, you'll have
to access the database directly with mysql and give yourself sysop
privileges:

UPDATE user
SET user_rights='sysop,developer'
WHERE user_name='Yourname';

That should do it.

-- brion vibber (brion @ pobox.com)

_______________________________________________
Wikitech-l mailing list
Wikitech-l@wikipedia.org
http://www.wikipedia.org/mailman/listinfo/wikitech-l