Update faq/2-iredadmin-pro.self-service.md. self-service is now a per-domain setting.

This commit is contained in:
Zhang Huangbin 2015-05-11 13:21:47 +08:00
parent a92f57be84
commit 5882cfa741
2 changed files with 11 additions and 32 deletions

View File

@ -4,8 +4,12 @@
## Introduction
The latest iRedAdmin-Pro release provides self-service, but it's disabled by
default. You can enable it to allow users to manage their own data:
The latest iRedAdmin-Pro release provides self-service, it's a per-domain
setting and disabled by default, domain admin can enable it in domain profile
page, under tab `Advanced`, and it's able to control which data are allowed to
be updated by users themselves.
With self-service, users are able to manage:
* Update full name, preferred language
* Change password
@ -15,22 +19,6 @@ default. You can enable it to allow users to manage their own data:
* Check received mails and blacklist certain senders if they're spammers.
* Manage basic spam policy
As a domain admin, you can control which data are allowed to be updated by
users themselves in domain profile page, under tab `Advanced`.
## Enable self-service in iRedAdmin-Pro
Please add below setting in iRedAdmin config file `settings.py`, then restart
Apache service or `uwsgi` service if you're running Nginx.
```
ENABLE_SELF_SERVICE = True
```
You can find exact path of `settings.py` on your server by checking this short
tutorial:
[Locations of configuration and log files of mojor components](./file.locations.html#iredadmin)
## Screenshots
### Update name, preferred language

View File

@ -15,7 +15,6 @@
<ul>
<li><a href="#iredadmin-pro-enable-self-service-to-allow-users-to-manage-their-own-preferences-and-more">iRedAdmin-Pro: Enable self-service to allow users to manage their own preferences and more</a><ul>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#enable-self-service-in-iredadmin-pro">Enable self-service in iRedAdmin-Pro</a></li>
<li><a href="#screenshots">Screenshots</a><ul>
<li><a href="#update-name-preferred-language">Update name, preferred language</a></li>
<li><a href="#change-password">Change password</a></li>
@ -31,8 +30,11 @@
</ul>
</div>
<h2 id="introduction">Introduction</h2>
<p>The latest iRedAdmin-Pro release provides self-service, but it's disabled by
default. You can enable it to allow users to manage their own data:</p>
<p>The latest iRedAdmin-Pro release provides self-service, it's a per-domain
setting and disabled by default, domain admin can enable it in domain profile
page, under tab <code>Advanced</code>, and it's able to control which data are allowed to
be updated by users themselves.</p>
<p>With self-service, users are able to manage:</p>
<ul>
<li>Update full name, preferred language</li>
<li>Change password</li>
@ -42,17 +44,6 @@ default. You can enable it to allow users to manage their own data:</p>
<li>Check received mails and blacklist certain senders if they're spammers.</li>
<li>Manage basic spam policy</li>
</ul>
<p>As a domain admin, you can control which data are allowed to be updated by
users themselves in domain profile page, under tab <code>Advanced</code>.</p>
<h2 id="enable-self-service-in-iredadmin-pro">Enable self-service in iRedAdmin-Pro</h2>
<p>Please add below setting in iRedAdmin config file <code>settings.py</code>, then restart
Apache service or <code>uwsgi</code> service if you're running Nginx.</p>
<pre><code>ENABLE_SELF_SERVICE = True
</code></pre>
<p>You can find exact path of <code>settings.py</code> on your server by checking this short
tutorial:
<a href="./file.locations.html#iredadmin">Locations of configuration and log files of mojor components</a></p>
<h2 id="screenshots">Screenshots</h2>
<h3 id="update-name-preferred-language">Update name, preferred language</h3>
<p><img alt="" src="../images/iredadmin/self-service.preferences.general.png" /></p>