Topic on Extension talk:GoogleAppsAuthentification

How do I make myself administrator?

5
79.218.125.106 (talkcontribs)

Hi,

ok, now I'm logged in ... but how do I make myself an administrator or bureaucrat?

Best, Karsten

Jasper Deng (talkcontribs)

There should be a non-Google-Apps default account that you setup when you initially installed MediaWiki.

93.218.115.162 (talkcontribs)

When using GoogleAppsAuthentification you cannot login with another user. There is no other login screen than the google-oAuth screen.

Jasper Deng (talkcontribs)
Koemski (talkcontribs)
  • mysql -u root -pPassword databasename
  • select user_id, user_name from user; -- find user_id of user, let's say: 2
  • insert into user_groups values (2, 'sysop'), (2, 'bureaucrat');
  • \q
Reply to "How do I make myself administrator?"