10-16-2023, 11:09 AM
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".
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".