Skip to content

Commit

Permalink
[UPD] README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Mar 20, 2023
1 parent f1b98fa commit 2fea9b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions auth_admin_passkey/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ with an extra system administrator password in other user accounts.
* According to the configuration, Odoo will send a mail to user and admin to
indicate them

* According to the configuration, password can be stored encrypted in
* According to the configuration, password can be stored encrypted in
configuration file

**Table of contents**
Expand All @@ -53,7 +53,7 @@ following keys in your ``odoo.cfg`` configuration file.

* ``auth_admin_passkey_password_sha512_encrypted`` (default False), if enabled,
auth_admin_passkey_password should be the password encrypted with sha512.
On linux, this can be done using this command:
On linux, this can be done using this command:
``echo -n YOUR_PASSWORD_AUTH_ADMIN_PASSKEY | sha512sum``

* ``auth_admin_passkey_send_to_user`` (default True), if enabled, an email
Expand Down
12 changes: 6 additions & 6 deletions auth_admin_passkey/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Authentification - System Administrator Passkey</title>
<style type="text/css">

Expand Down Expand Up @@ -414,11 +414,11 @@ <h1><a class="toc-backref" href="#id1">Configuration</a></h1>
<p>No keys to add.</p>
<p><strong>typical Production configuration section</strong></p>
<pre class="code ini literal-block">
<span class="na">auth_admin_passkey_password</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">PASSKEY_PASSWORD</span><span class="w">
</span><span class="na">auth_admin_passkey_password_sha512_encrypted</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">True</span><span class="w">
</span><span class="na">auth_admin_passkey_send_to_user</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">True</span><span class="w">
</span><span class="na">auth_admin_passkey_sysadmin_email</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">SYSADMIN_EMAIL</span><span class="w">
</span><span class="na">auth_admin_passkey_sysadmin_lang</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">SYSADMIN_LANG</span>
<span class="na">auth_admin_passkey_password</span> <span class="o">=</span> <span class="s">PASSKEY_PASSWORD</span>
<span class="na">auth_admin_passkey_password_sha512_encrypted</span> <span class="o">=</span> <span class="s">True</span>
<span class="na">auth_admin_passkey_send_to_user</span> <span class="o">=</span> <span class="s">True</span>
<span class="na">auth_admin_passkey_sysadmin_email</span> <span class="o">=</span> <span class="s">SYSADMIN_EMAIL</span>
<span class="na">auth_admin_passkey_sysadmin_lang</span> <span class="o">=</span> <span class="s">SYSADMIN_LANG</span>
</pre>
</div>
<div class="section" id="bug-tracker">
Expand Down

0 comments on commit 2fea9b7

Please sign in to comment.