You are able to validate everybody's email from within "Manage -> Users". See top option in the dropdown below.
f79fbf2b-37f3-42c9-afc7-0a5c10c2397e-image.png
Hi, first of all, I want to say this is such an amazing project. I really enjoy using it! Thank you!
So my question is pretty much in the title, I want normal registered user to be able to lookup existing categories and if it doesn't exist yet, allow him to create it.
I want the lookup experience just like the current tags lookup page here: https://community.nodebb.org/tags Filter possible results as user continue entering letters.
I think the creation of an category is can be easily accomplished with the write API, but is there already tools built for this lookup process? As a starting point I looked at the /api/categories/
and it's giving me too much info, I just want category name ...