|
46.
|
|
|
``$cfg->passwordsaltmain = 'your secret phrase here';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:282
|
|
47.
|
|
|
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
|
|
48.
|
|
|
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
|
|
49.
|
|
|
pathtoclam: Path to virus scanner ClamAV
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:295
|
|
50.
|
|
|
``$cfg->pathtoclam = '/path/to/your/clamscan';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:297
|
|
51.
|
|
|
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
|
|
52.
|
|
|
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
|
|
53.
|
|
|
probationenabled: Give users probation status
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:244
|
|
54.
|
|
|
``$cfg->probationenabled = true;`` or ``$cfg->probationenabled = false;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:313
|
|
55.
|
|
|
If ``$cfg->probationenabled = true;``, you should set ``$cfg->probationstartingpoints = 2;`` as well.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:315
|