|
210.
|
|
|
You can combine the targets with bitwise operations, e.g. ``LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:237
|
|
211.
|
|
|
noreplyaddress: System email address
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:246
|
|
212.
|
|
|
``$cfg->noreplyaddress = 'noreply@yourdomainhere';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:248
|
|
213.
|
|
|
Set the system mail address. Notifications are sent from this address (except for a few emails when a person doesn't yet have an account). You can also set it in *Administration menu → Configure site → Site options → Email settings*.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:250
|
|
214.
|
|
|
Typically, the noreply address is one that is not monitored as people are not supposed to reply to it.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:252
|
|
215.
|
|
|
openbadgedisplayer_source: Open Badges displayer sources
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:261
|
|
216.
|
|
|
``$cfg->openbadgedisplayer_source = '{"shortname":"url","shortname":"url"}';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:263
|
|
217.
|
|
|
In order to display Open Badges in the :ref:`'Open Badges' block <open_badges_block>`, the sites that host the badges need to be configured. Per default, the `Mozilla Backpack <https://backpack.openbadges.org/>`_ and the `Open Badge Passport <https://openbadgepassport.com>`_ can be connected. If you have other sources, you would need to add them to the allowed sources.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:265
|
|
218.
|
|
|
:index:`Badgr <single: Badgr configuration setting>` can be configured as well.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:267
|
|
219.
|
|
|
The configuration variable for The Backpack, the Open Badge Passport, and Badgr looks like the following:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:269
|