Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Deleted the administrator user

web-app

Hi,

I was trying to change the administrator user from 'admin' to my own username, and managed to delete the admin user without setting myself as having administration rights.

What do I need to change in the database to add administration rights to myself?

Regards,
Brodie

brofield
· 1
brofield
Replies (2)
helpful
0
not helpful

Add your user id to the geminiglobalgroupmembership table for globalgroupid of 2:

insert into gemini
globalgroupmembership(userid, globalgroupid) values(your user id, 2)


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Excellent. Thanks.


brofield
· 1
brofield