If you are looking to perform this action without developing a new module, this usually requires direct database access. Warning: Direct SQL modification is risky. Standard Monica 9 workflow typically requires:
If using Monica in a network environment, ensure the license is activated on the main server first before attempting to connect workstation stations. Official Support Contact:
INSERT INTO confirmations (code, used, verified, created_at) SELECT CONCAT(code, '_v2'), 0, 1, NOW() FROM confirmations WHERE code = 'ORIGINAL_USED_CODE';