1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/auth_password_policy_signup/views/signup_templates.xml
2024-12-10 09:04:09 +07:00

12 lines
497 B
XML

<odoo>
<template id="fields" inherit_id="auth_signup.fields"
name="Password policy data for auth_signup">
<xpath expr="//input[@name='password']" position="after">
<owl-component name="password_meter" props='{"selector": "input[name=password]"}'/>
</xpath>
<xpath expr="//input[@name='password']" position="attributes">
<attribute name="t-att-minlength">password_minimum_length</attribute>
</xpath>
</template>
</odoo>