|
110.
|
|
|
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 to. 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:204
|
|
111.
|
|
|
passwordsaltmain: Set a site-wide password salt
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:280
|
|
112.
|
|
|
``$cfg->passwordsaltmain = 'your secret phrase here';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:282
|
|
113.
|
|
|
A password salt helps "hash" passwords more securely in the database to make hacking them more difficult. Using a phrase is a good start. Passwords are already not displayed in plain text in the database, they are hashed. The salt helps randomise that even more.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:217
|
|
114.
|
|
|
If you don't have a password salt set, you see a warning on the :ref:`"Admin home" <admin_warnings>` page.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:219
|
|
115.
|
|
|
pathtoclam: Path to virus scanner ClamAV
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:295
|
|
116.
|
|
|
``$cfg->pathtoclam = '/path/to/your/clamscan';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:297
|
|
117.
|
|
|
If you are running the antivirus engine `ClamAV <https://www.clamav.net/>`_ on your server and don't scan for viruses on the system level, you can let Mahara know where to find it so files that are uploaded are scanned. For security reasons, the path to ClamAV on your server needs to be provided in the ``config.php`` file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:299
|
|
118.
|
|
|
You can see the path that has been set in the :ref:`"Security settings" <security_settings>`.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:234
|
|
119.
|
|
|
probationenabled: Give users probation status
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:244
|