Tutorial:User

Add User
There are two types of User:Admin User AND Database User.
You can add an admin user only When you connect to the server with an admin user.
  • Menu: Operation -> Server -> Add User to admin Group(the menu will not enable until you select the server treenode)
  • Contextmenu: Right click the Server treenode to show contextmenu,click the "Add User to admin Group" menuitem


you can add user to database When you connect to the server as an admin user,or a database user.
  • Menu: Operation -> Database -> Add User(the menu will not enable until you select the database treenode)
  • Contextmenu: Right click the Server treenode to show contextmenu,click the "Add User" menuitem
Delete User
You can delete user from Admin Group or from database by deleting the record of user info from the system collection [system.users].
If you login as an admin user,you will find [admin] database,which contains the basic information about the whole server.
In [admin] database,you will find a collection with the name [system.users](if you have added some users before),click the node [Data] of the [system.users],the userInfo is listed in the right panel.
You can select the user which you want to delete form the panel(treeview can only select one user once,listview can select all user at sametime.TextView not support this operation), then you can delete user by:
  • Menu: Operation -> Server -> Delete User(the menu will not enable until you select some user)
  • Contextmenu: Right click the user treenode or listview to show contextmenu,click the "Delete User" menuitem


You also can switch to other database and delete user form database with the same way.