@Jim-Bridger moderators don't have the ability to adjust group membership, unless they also happen to be owners of said group (which if you're creating a custom group, is doable)
Then they can add and remove users from the group details page.
Hi. Noob question, why can't I find users created with:
use nodebb
db.createUser( { user: "nodebb", pwd: "password", roles: [ { role: "readWrite", db: "nodebb" }, { role: "clusterMonitor", db: "admin" } ] } )
Command shows: Successfully added user
I query {user:"nodebb"}
in all collections of nodebb
but got nothing. In nodebb
database, there are three collections: objects, sessions, socket.io
.
You created a mongodb database user, not a NodeBB user. Creating NodeBB users is more complicated.