diff options
Diffstat (limited to 'addons/portal/static/src/xml/portal_security.xml')
| -rw-r--r-- | addons/portal/static/src/xml/portal_security.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addons/portal/static/src/xml/portal_security.xml b/addons/portal/static/src/xml/portal_security.xml new file mode 100644 index 00000000..ff5e62e8 --- /dev/null +++ b/addons/portal/static/src/xml/portal_security.xml @@ -0,0 +1,13 @@ +<templates xml:space="preserve"> + <t t-name="portal.identitycheck"> + <form string="Security Control"> + <h3><strong>Please confirm your password to continue</strong></h3> + <p>This is necessary for security-related changes. The authorization will last for a few minutes.</p> + <div> + <label for="password" class="col-4 col-md-12 px-0">Password</label> + <input class="form-control col-10 col-md-6" autocomplete="current-password" + name="password" type="password" required="required"/> + </div> + </form> + </t> +</templates> |
