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.
|
|
you can add user to database When you connect to the server as an admin
user,or a database user.
|
|
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:
You also can switch to other database and delete user form database with the same way. |