[ADD]signup_form_timestamp:add timestamp to trap bot

This commit is contained in:
2024-12-10 11:58:13 +01:00
parent 41026dfb3a
commit 9d5e48c677
8 changed files with 811 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="signup_honeypot_timestamp" inherit_id="auth_signup.signup">
<xpath expr="//form" position="inside">
<input type="hidden" t-att-name="timestamp_name" t-att-value="signup_timestamp"/>
</xpath>
</template>
</odoo>