[ADD]signup_form_honeypot:honeypot trap for simple bots
This commit is contained in:
12
signup_form_honeypot/views/auth_signup_views.xml
Normal file
12
signup_form_honeypot/views/auth_signup_views.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo>
|
||||
<template id="signup_honeypot_inherit" inherit_id="auth_signup.signup">
|
||||
<xpath expr="//form" position="inside">
|
||||
<input t-att-name="honeypot_name"
|
||||
type="text"
|
||||
style="border:#ffffff;"
|
||||
autocomplete="off"
|
||||
tabindex="-1" />
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
Reference in New Issue
Block a user