Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to view available user data in mongo?
db.objects.findOne({_key: "user:1"}); to see their data. db.objects.findOne({_key: "user:1:settings"}); to see their settings.
db.objects.findOne({_key: "user:1"});
db.objects.findOne({_key: "user:1:settings"});
@baris thx
M
No worries, thanks for the information!
B
It is possible on the group page itself, for example if you search users on https://community.nodebb.org/groups/gamers it will only search that groups members. The front end doesn't have that option on /search though.
I am digging up that thread as I would probably need such feature for admin purposes.
Cheers
J
Glad to hear it @Jarko
K
Thx for the quick reply 👍
Kobold