I have section on nodebb forum that can only be viewed by verified users. If email is not going through, so they cant self-validate, can I as Admin verify them?

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 8 months ago

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.

  • source