Search 1.9 billion lines of Odoo code on GitHub

website_captcha_nogoogle

Author: Elico Corp
License: LGPL-3
Branch: 12.0-mig-captcha
Repository: ruter-lyu/odoo-addons
Dependencies: website
Languages: HTML (26, 9.0%), Python (151, 52.2%), XML (61, 21.1%), and reStructuredText (51, 17.6%)
Other branches: 8.0, and add-customer-modules
Other repositories: 2677460874/odoo-addons, 554513154/odoo-addons, Elico-Corp/odoo-addons, Gofekra/odoo-addons, Guobower/odoo-addons-7, JibenCL/odoo-addons, JoJoJoJoJoJoJo/odoo-addons, Kevin4577/odoo-addons, Nkirui/odoo-addons, Nucleoos/odoo-addons-2, OpenPymeMx/odoo-addons, Reinhard-sheng/odoo-addons, Rona111/odoo-1, Stefano-Pedretti/odoo-addons, TheCloneMaster/odoo-addons-1, Ubaid-UrRehman/odoo-addons, XXXXLM/odoo-addons, YogeshMahera-SerpentCS/odoo-addons, Zhouhao12345/odoo-addons, a0c/odoo-addons, abdtrust11/odoo-addons, akhdaniel/odoo-addons, aurestic/elico-corp-odoo-addons, aymanshow/odoo-addons, diagramsoftware/elico-corp-odoo-addons, dingdechuan/odoo-addons, dongshukai/odoo-addons, eksotama/odoo-addons-2, elicoidal/odoo-addons, franksongfeng/odoo-addons, holg/odoo-addons, jason156/odoo-addons-1, jijia-hao/odoo-addons, jlzhou/odoo-addons-1, jsilvestar/odoo-addons, kit9/odoo-addons, kundeng/odoo-addons, lefilament/odoo-addons, leo8tony/odoo-addons, lonelysun/odoo-addons, msntop/odoo-addons, murtuzasaleh/odoo-addons, nikul-serpentcs/odoo-addons, one2pret/odoo-addons-1, papz77/odoo-addons-1, seb-elico/odoo-addons, skmezanul/odoo-addons, sudhir-serpentcs/odoo-addons, victormmtorres/odoo-addons, yst726/odoo-addons, and yustas147/elico-odoo-addons

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a name="website-captcha-no-google"></a> <h2>Website Captcha No Google</h2> <p>This module allows you to integrate a python CAPTCHA to your website forms. You can configure your CAPTCHA in &quot;Settings&quot; -&gt; &quot;Website Settings&quot;</p> <p>You will need to install and purchase the &quot;website_captcha_nogoogle_crm&quot; to use it in your &quot;contact us&quot; page</p> <a name="usage"></a> <h3>Usage</h3> <a name="python-external-dependencies"></a> <h4>Python external dependencies</h4> <p>To use this module you need to install the following python libraries:</p> <ul class="simple"> <li><a class="reference external" href="https://pypi.python.org/pypi/captcha">captcha</a></li> <li><a class="reference external" href="https://pypi.python.org/pypi/simple-crypt">simplecrypt</a></li> </ul> <a name="integrate-the-captcha-in-any-of-your-web-pages"></a> <h4>Integrate the captcha in any of your web pages</h4> <pre> <code lang="xml">&lt;t t-call=&quot;website_captcha_nogoogle.captcha&quot;/&gt;</code> </pre> <p>Feel free to extend or create a new template to adapt it to your design.</p> <a name="get-captcha-in-binary-format"></a> <h4>Get captcha in binary format</h4> <pre> <code lang="python">print website.captcha</code> </pre> <p>It will simply output the captcha as a binary.</p> <p>You can display it in HTML as follow:</p> <pre> <code lang="html">&lt;img t-att-src=&quot;'data:image/png;base64,%s' % website.captcha&quot; /&gt;</code> </pre> <a name="check-if-the-captcha-is-valid"></a> <h4>Check if the captcha is valid</h4> <p>Call the website's 'is_captcha_valid' method.</p> <pre> <code lang="python">website.is_captcha_valid(crypt_challenge, response)</code> </pre> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/Elico-Corp/odoo-addons/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Augustin Cisterne-Kaas &lt;<a class="reference external" href="mailto:augustin.cisterne-kaas&#64;elico-corp.com">augustin.cisterne-kaas&#64;elico-corp.com</a>&gt;</li> <li>Ruter Lyu &lt;<a class="reference external" href="mailto:ruter.lv&#64;elico-corp.com">ruter.lv&#64;elico-corp.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://www.elico-corp.com"><img alt="Elico Corp" src="https://www.elico-corp.com/logo.png" /></a> <p>This module is maintained by Elico Corporation.</p> <p>Elico Corp is an innovative actor in China, Hong-Kong and Singapore servicing well known international companies and as well as local mid-sized businesses. Since 2010, our seasoned Sino-European consultants have been providing full range Odoo services:</p> <ul class="simple"> <li>Business consultancy for Gap analysis, BPM, operational work-flows review.</li> <li>Ready-to-use ERP packages aimed at starting businesses.</li> <li>Odoo implementation for manufacturing, international trading, service industry and e-commerce.</li> <li>Connectors and integration with 3rd party software (Magento, Taobao, Coswin, Joomla, Prestashop, Tradevine etc...).</li> <li>Odoo Support services such as developments, training, maintenance and hosting.</li> </ul> <p>Our headquarters are located in Shanghai with branch in Singapore servicing customers from all over Asia Pacific.</p> <p>Contact information: <a class="reference external" href="mailto:contact&#64;elico-corp.com">Sales</a></p>