You should be able to verify them in the ACP


You should be able to verify them in the ACP


I want if user register then auto verify. How was possible.
Every user? Or by conditions? This is easily possible with a simple plugin
But I don't use Nodebb UI. I Call the API For register user using Admin Token.
So you can also update the 'email:confirmed' field of the created user through the same API.
Ok thanks @amaarets. Can I send params like { username: "", email: "", password: "", 'email:confirmed': 1 } I try above way but the do not verify email.
Have you tried using this end point? https://github.com/NodeBB/NodeBB/blob/master/public/src/admin/modules/change-email.js#L26-L29
That's used to set a users email and confirm it as long as the calling user is admin.
baris Thank you, I'll try this.
all 8 comments