|
56.
|
|
|
You can set a :ref:`spam probation level <set_spam_probation>` for your users to prevent self-registered users from posting spam especially on a public site. Use the following two variables to do that:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:250
|
|
57.
|
|
|
``$cfg->probationenabled = true;``: This setting decides whether users can be put on probation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:252
|
|
58.
|
|
|
``$cfg->probationstartingpoints = 2;``: This setting determines how many probation points a newly self-registered user has per default. In this example, users would get two probation points that they need to get rid off before all functionality is available to them.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:253
|
|
59.
|
|
|
You can change the probation points individually on the :ref:`user's account settings page <user_account_settings>` in the *Administration*.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:255
|
|
60.
|
|
|
When you enable probation, people who leave comments on a page or artefact and are not logged in, cannot post URLs either.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:324
|
|
61.
|
|
|
productionmode: Enable or disable production mode
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:333
|
|
62.
|
|
|
``$cfg->productionmode = true;`` or ``$cfg->productionmode = false;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:335
|
|
63.
|
|
|
If production mode is disabled, a message is displayed at the top of the screen alerting to that effect.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:337
|
|
64.
|
|
|
.. image:: administration/../images/administration/config_productionmode.*
:alt: Info message when site is not in prodution mode
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:316
|
|
65.
|
|
|
Info message when site is not in prodution mode
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:342
|