Skip to content

Removing the Admin User

Chris Zieba edited this page Jun 10, 2014 · 1 revision

The default installation of LogicPull comes with an admin user for logging into the system. This user should be deleted once the necessary user accounts have been added.

$ mongo LogicPull
$ db.users.remove({id:1})
Clone this wiki locally