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.




No Admin User

web-app

After what we thought was a succesfull install, our user table is completely empty.  How do we define a user as an administrator so we can successfully login and create our general user accounts?

Thanks.

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

The create tables script should have created the admin user. I suggest you re-run the database scripts.

To create an admin user:

insert into users (username,firstname,surname,pwd,emailaddress,roles)
 values (N'admin',N'Jon',N'Smith',0x21232F297A57A5A743894A0E4A801FC3,N'jon@smith.com',N'G!')


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Fixed it... We can now add all our progammer/QA resources..


Thanks!


mgnat
· 1
mgnat