Hi all,
I have installed the Adapt Authoring Tool, but the process failed to create a user in the DB. I am using Robomongo, and there are no records in the 'users' collection. The command 'db.getCollection('users').find({})' returns 'Fetched 0 record(s) in 1ms'. I am new to MongoDB and not familiar with the query language. Can someone please provide the code which will insert a user record for the Super User account? Also, after user is created, are there any other requirements for it to take effect - eg. do I need to stop/restart the DB?
Thanks in advance.
Athy.