|
145.
|
|
|
If you want to change the default behaviour of a variable in your instance of Mahara, copy it from the ``config-defaults.php`` file into your ``config.php`` file so it won't get overwritten when you update the codebase. The ``config.php`` file is never changed by an update or upgrade of Mahara.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:36
|
|
146.
|
|
|
accesslistmaximum: Restrict number of access list rules
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:45
|
|
147.
|
|
|
``$cfg->accesslistmaximum = 1;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:47
|
|
148.
|
|
|
Restrict with how many people or groups of people a personal portfolio can be shared. This setting does not affect portfolio sharing on the group, institution, and site levels.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:49
|
|
149.
|
|
|
When the access restriction is in place, an alert is presented letting the portfolio author know that they can share their portfolio only with a limited number of people or groups of people. Groups of people include 'Registered' and 'Public' access.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:51
|
|
150.
|
|
|
Secret URLs are not affected by this restriction. This setting is best used for sites that do not allow the use of secret URLs to control with whom portfolios can be shared.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:54
|
|
151.
|
|
|
.. image:: images/share_access_restriction.*
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:59
|
|
152.
|
|
|
Restrict the number of people to share a portfolio with
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:59
|
|
153.
|
|
|
An alert indicates with how many people or groups of people the personal portfolio can be shared.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:61
|
|
154.
|
|
|
When the limit has been reached, it is not possible to add new access rules.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:62
|