mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-26 19:02:01 +02:00
19.0 vanilla
This commit is contained in:
parent
20ddc1b4a3
commit
c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions
|
|
@ -11,18 +11,18 @@
|
|||
<t t-esc="env.ref('auth_totp.view_totp_wizard').sudo().get_combined_arch()"/>
|
||||
</div>
|
||||
<section>
|
||||
<h3>
|
||||
<h4>
|
||||
Two-factor authentication
|
||||
<a href="https://www.odoo.com/documentation/16.0/applications/general/auth/2fa.html" target="_blank">
|
||||
<a href="https://www.odoo.com/documentation/latest/applications/general/auth/2fa.html" target="_blank">
|
||||
<i title="Documentation" class="fa fa-fw o_button_icon fa-info-circle"></i>
|
||||
</a>
|
||||
</h3>
|
||||
</h4>
|
||||
<t t-if="not user_id.totp_enabled">
|
||||
<div class="alert alert-secondary" role="status">
|
||||
<i class="fa fa-warning"/>
|
||||
Two-factor authentication not enabled
|
||||
</div>
|
||||
<button type="button" class="btn btn-secondary" id="auth_totp_portal_enable">
|
||||
<button type="button" class="btn btn-light" id="auth_totp_portal_enable">
|
||||
Enable two-factor authentication
|
||||
</button>
|
||||
</t>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue