diff --git a/faq/2-iredadmin-pro.self-service.md b/faq/2-iredadmin-pro.self-service.md index ad1208eb..99f6d1f5 100644 --- a/faq/2-iredadmin-pro.self-service.md +++ b/faq/2-iredadmin-pro.self-service.md @@ -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 diff --git a/html/iredadmin-pro.self-service.html b/html/iredadmin-pro.self-service.html index b3cbb5b0..bfbf1579 100644 --- a/html/iredadmin-pro.self-service.html +++ b/html/iredadmin-pro.self-service.html @@ -15,7 +15,6 @@