mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[FIX] Typos: Two-factor auth deactivation (Setup) + Embed videos (Media)
closes odoo/documentation#13729
X-original-commit: 1b41b078b7
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
This commit is contained in:
@@ -141,8 +141,8 @@ Add videos as content.
|
||||
.. code-block:: xml
|
||||
|
||||
<div class="media_iframe_video" data-oe-expression="...">
|
||||
<div class="css_editable_mode_display"> </div>
|
||||
<div class="media_iframe_video_size" contenteditable="false"> </div>
|
||||
<div class="css_editable_mode_display" />
|
||||
<div class="media_iframe_video_size" contenteditable="false" />
|
||||
<iframe src="..."
|
||||
frameborder="0"
|
||||
contenteditable="false"
|
||||
|
||||
@@ -212,7 +212,7 @@ If necessary, disable the two-factor authentication enforcing policy option.
|
||||
.. code-block:: bash
|
||||
|
||||
psql <database-name>
|
||||
update res_users set top_secret='' where id=2;
|
||||
update res_users set totp_secret='' where id=2;
|
||||
|
||||
.. _website_themes/setup/getting_started :
|
||||
|
||||
|
||||
Reference in New Issue
Block a user