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.




Removed all users from

admin

I accidentally removed all users (including myself) from the "Gemini Administrators" global group, now no one can enter the administration screens. How can I fix this? We are using windows authentication only for our users.

AJPLeBlanc
· 1
AJPLeBlanc
Replies (2)
helpful
0
not helpful
ANSWER

You need to add your user to the global group membership table in SQL for global group id 2):

INSERT INTO gemini_globalgroupmembership (globalgroupid,userid) 
    VALUES(2, YOUR USER ID)

Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Worked, thanks a bunch. Very scary for a minute there! :)


AJPLeBlanc
· 1
AJPLeBlanc