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 authored and em230418 committed May 15, 2020
1 parent c240ee2 commit 8edad9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions auth_signup_verify_email/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ sign up: they are asked for only at first login attempt.
Installation
============

* Install `validate_email <https://pypi.python.org/pypi/validate_email>`_
with ``pip install validate_email`` or equivalent.
* Install `email_validator <https://pypi.org/project/email-validator/>`_
with ``pip install email_validator`` or equivalent.

Configuration
=============

To configure this module, you need to:

* `Properly configure your outgoing email server(s)
<https://www.odoo.com/es_ES/forum/help-1/question/how-to-configure-email-gateway-282#answer_290>`_.
<https://www.odoo.com/forum/help-1/question/how-to-configure-email-gateway-282#answer_290>`_.
* Go to *Settings > General Settings -> General settings*, search for
the *Users* section and enable *Free sign up* in *Customer account*.

Expand Down
8 changes: 4 additions & 4 deletions auth_signup_verify_email/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 0.14: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Verify email at signup</title>
<style type="text/css">

Expand Down Expand Up @@ -390,15 +390,15 @@ <h1 class="title">Verify email at signup</h1>
<div class="section" id="installation">
<h1><a class="toc-backref" href="#id1">Installation</a></h1>
<ul class="simple">
<li>Install <a class="reference external" href="https://pypi.python.org/pypi/validate_email">validate_email</a>
with <tt class="docutils literal">pip install validate_email</tt> or equivalent.</li>
<li>Install <a class="reference external" href="https://pypi.org/project/email-validator/">email_validator</a>
with <tt class="docutils literal">pip install email_validator</tt> or equivalent.</li>
</ul>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#id2">Configuration</a></h1>
<p>To configure this module, you need to:</p>
<ul class="simple">
<li><a class="reference external" href="https://www.odoo.com/es_ES/forum/help-1/question/how-to-configure-email-gateway-282#answer_290">Properly configure your outgoing email server(s)</a>.</li>
<li><a class="reference external" href="https://www.odoo.com/forum/help-1/question/how-to-configure-email-gateway-282#answer_290">Properly configure your outgoing email server(s)</a>.</li>
<li>Go to <em>Settings &gt; General Settings -&gt; General settings</em>, search for
the <em>Users</em> section and enable <em>Free sign up</em> in <em>Customer account</em>.</li>
</ul>
Expand Down

0 comments on commit 8edad9a

Please sign in to comment.