WHMCS Services Forum
Bulk Verify - Printable Version

+- WHMCS Services Forum (https://www.whmcsservices.community)
+-- Forum: WS Modules (https://www.whmcsservices.community/forumdisplay.php?fid=5)
+--- Forum: Addons Modules (https://www.whmcsservices.community/forumdisplay.php?fid=6)
+---- Forum: Client Verification (https://www.whmcsservices.community/forumdisplay.php?fid=51)
+---- Thread: Bulk Verify (/showthread.php?tid=1154)



Bulk Verify - whmcsservices - 10-16-2023

I mistake in clicking verify old clients how to set it again unverified?

Ans: Please go to PHPMyAdmin and then, at the top, click on "SQL" and copy one of these accordingly to your decision:

UNVERIFY EVERYONE

DELETE FROM mod_clientverification WHERE idproof = '-';
UPDATE mod_clientverification SET approved = 0 WHERE idproof != '-';

DELETE ALL THE RECORDS

DELETE FROM mod_clientverification;

And then click on "Go".