Search 1.9 billion lines of Odoo code on GitHub

res_users_password_security

Author: LasLabs
License: no license
Branch: fix_expiration_date
Repository: sharecodekzc/odoo-base
Dependencies: auth_signup, and base
Languages: Python (285, 2.2%), SVG (12744, 97.1%), XML (34, 0.3%), YAML (9, 0.1%), and reStructuredText (58, 0.4%)
Other branches: 8.0, 9.0, downgrade-V8-res_users_password_security, feature/9.0/LABS-218-create-exporter-for-quickbooks-demarcation, feature/9.0/LABS-99-create-module-to-append-company-to, and feature/9.0/mail_smime
Other repositories: LasLabs/odoo-base, LiberTang0/odoo-base, OdooBulgaria/odoo-base-1, bodi000/odoo-base, brain-tec/odoo-base, cedvict/odoo-base, chiticariu/odoo-base, forexblog/odoo-base, francoisdelarbre/odoo-base, mgielissen/odoo-base, odoobgorg/LL-odoo-base, onaconsulting/odoo-base, sc4you/odoo-base, and theadventurecapitalist/odoo-base

<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/license-AGPL--3-blue.svg"> </a> <a name="password-security"></a> <h2>Password Security</h2> <p>This module allows admin to set company-level password security requirements and enforces them on the user.</p> <p>It contains features such as</p> <ul class="simple"> <li>Password expiration days (bug fix needed)</li> <li>Password length requirement</li> <li>Password minimum number of lowercase letters</li> <li>Password minimum number of uppercase letters</li> <li>Password minimum number of numbers</li> <li>Password minimum number of special characters</li> </ul> <a name="configuration"></a> <h3>Configuration</h3> <ul class="simple"> <li>Navigate to company you would like to set requirements on</li> <li>Click the <code>Password Policy</code> page</li> <li>Set the policies to your liking.</li> </ul> <p>Password complexity requirements will be enforced upon next password change for any user in that company.</p> <a name="settings-defaults"></a> <h4>Settings &amp; Defaults</h4> <p>These are defined at the company level:</p> <table class="docutils"> <colgroup> <col width="22%" /> <col width="9%" /> <col width="69%" /> </colgroup> <thead valign="bottom"> <tr><th class="head">Name</th> <th class="head">Default</th> <th class="head">Description</th> </tr> </thead> <tbody valign="top"> <tr><td>password_expiration</td> <td>60</td> <td>Days until passwords expire (bug fix needed)</td> </tr> <tr><td>password_length</td> <td>12</td> <td>Minimum number of characters in password</td> </tr> <tr><td>password_lower</td> <td>True</td> <td>Require lowercase letter in password</td> </tr> <tr><td>password_upper</td> <td>True</td> <td>Require uppercase letters in password</td> </tr> <tr><td>password_numeric</td> <td>True</td> <td>Require number in password</td> </tr> <tr><td>password_special</td> <td>True</td> <td>Require special character in password</td> </tr> </tbody> </table> <a name="known-issues-roadmap"></a> <h3>Known Issues / Roadmap</h3> <p>20171011: Password expiration date throw bug in odoo 8 - Removed</p> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/LasLabs/odoo-base/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing detailed and welcomed feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>LasLabs: <a class="reference external" href="https://repo.laslabs.com/projects/TEM/repos/odoo-module_template/browse/module_name/static/description/icon.svg?raw">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>James Foster &lt;<a class="reference external" href="mailto:jfoster&#64;laslabs.com">jfoster&#64;laslabs.com</a>&gt;</li> <li>Dave Lasley &lt;<a class="reference external" href="mailto:dlasley&#64;laslabs.com">dlasley&#64;laslabs.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://laslabs.com"><img alt="LasLabs Inc." src="https://laslabs.com/logo.png" /></a> <p>This module is maintained by LasLabs Inc.</p>