Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
328 views
in Q2A Core by
Is there an easy way for me as an administrator to confirm an unverified email address of a user?

1 Answer

0 votes
by
Yes, you can. Go to database > find table "qa_users" > search the user which you want to verified email > change "flags" value to 9 or below 9.
by
+1
Thank you for this information. Of course, one could also write a plugin for that. I will think about it.
...