This commit is contained in:
Zhang Huangbin 2014-10-07 12:39:46 +08:00
parent 2f19414f69
commit 2b24a84ff7
2 changed files with 1 additions and 3 deletions

View File

@ -27,7 +27,6 @@ To enable this plugin, please list the plugin name in iRedAPD config file
`/opt/iredapd/settings.py`, variable `plugins =`. For example:
```python
# For SQL backends
plugins = [..., 'sql_force_change_password_in_days']

View File

@ -32,8 +32,7 @@ days, this plugin rejects smtp session with specified message.</p>
<h2 id="how-to-enable-iredapd-plugin">How to enable iRedAPD plugin</h2>
<p>To enable this plugin, please list the plugin name in iRedAPD config file
<code>/opt/iredapd/settings.py</code>, variable <code>plugins =</code>. For example:</p>
<pre><code class="python">
# For SQL backends
<pre><code class="python"># For SQL backends
plugins = [..., 'sql_force_change_password_in_days']
# For LDAP backends: