|
250.
|
|
|
You decide in the :ref:`'Account settings' <config_site_account_settings>` whether remote avatars can be displayed or not.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:366
|
|
251.
|
|
|
renamecopies: Rename copied pages and collections
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:375
|
|
252.
|
|
|
``$cfg->renamecopies = true;`` or ``$cfg->renamecopies = false;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:377
|
|
253.
|
|
|
The site administrator can decide to add 'Copy of...' for copied pages and collections. If ``$cfg->renamecopies = true;``, copies of new pages and collections will have 'Copy of' prepended to their titles. The default setting is ``$cfg->renamecopies = false;``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:379
|
|
254.
|
|
|
saml_log_attributes: Log SAML attributes
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:389
|
|
255.
|
|
|
``$cfg->saml_log_attributes = false;`` (default) or ``$cfg->saml_log_attributes = true;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:391
|
|
256.
|
|
|
When the connection between Mahara and an SSO IdP needs to be investigated, it helps to see what attributes are being sent from the IdP. By setting this variable to 'true', the attributes are logged into the table 'usr_login_saml'.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:393
|
|
257.
|
|
|
Once the diagnostics have been performed and the problem fixed, set this variable back to 'false' and **clear the table**.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:396
|
|
258.
|
|
|
sendemail: Send emails
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:405
|
|
259.
|
|
|
``$cfg->sendemail = true;`` or ``$cfg->sendemail = false;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:407
|