Actions

Translations

Optional settings/65/nl: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 1: Line 1:
* '''maxLoginAttempt''': Als de gebruiker het gebruikerswachtwoord foutief invult : aantal toegestane pogingen voor blokkeren (op IP) . Kan niet door beheerder worden gewijzigd.  
* '''maxLoginAttempt''': Als de gebruiker het gebruikerswachtwoord foutief invult : aantal toegestane pogingen voor blokkeren (op IP) .  
* '''timeOutTime''':  Als de gebruiker het gebruikerswachtwoord foutief invult  :  tijd dat het IP is geblokkeerd (op IP). Kan niet door beheerder worden gewijzigd.  
* '''timeOutTime''':  Als de gebruiker het gebruikerswachtwoord <maxLoginAttempt> keer foutief invult  :  tijd dat het IP is geblokkeerd (op IP).  
* '''surveyPreview_require_Auth:''' standaard "aan" (true). Zet deze "uit" (false) als iedereen de enquête kan testen, zonder in het beheergedeelte in te loggen, en zonder dat de enquête actief is. (sinds 1.87 wordt deze waarde overschreven met de waarden uit het [[Global settings/nl|Globale instellingen]] veld Voorvertonen enquête alleen voor beheerders)
* '''surveyPreview_require_Auth:''' standaard "aan" (true). Zet deze "uit" (false) als iedereen de enquête kan testen, zonder in het beheergedeelte in te loggen, en zonder dat de enquête actief is. (sinds 1.87 wordt deze waarde overschreven met de waarden uit het [[Global settings/nl|Globale instellingen]])
* '''usercontrolSameGroupPolicy:''' Standaard "aan" (true). Niet-beheerders (opgenomen in de LimeSurvey beheerinterface) zullen alleen andere gebruikers kunnen zien als ze beiden aan minstens één dezelfde groep gekoppeld zijn.
* '''usercontrolSameGroupPolicy:''' Standaard "aan" (true). Niet-beheerders (opgenomen in de LimeSurvey beheerinterface) zullen alleen andere gebruikers kunnen zien als ze beiden aan minstens één dezelfde groep gekoppeld zijn.
* '''filterxsshtml:''' Als deze instelling "aan" (true) staat zal LimeSurvey enquêtes, vragen, antwoorden en groepen scannen op verdachte html-tags. Zet deze instelling alleen "uit" (false) als je je gebruikers vertrouwd met JavaScript, flashfilmpjes en dergelijke (sinds 1.87 wordt deze waarde overschreven met de waarden uit het [[Global settings/nl|Globale instellingen]] veld Filter HTML op XSS)
* '''filterxsshtml:''' Als deze instelling "aan" (true) staat zal LimeSurvey enquêtes, vragen, antwoorden en groepen scannen op verdachte html-tags. Zet deze instelling alleen "uit" (false) als je je gebruikers vertrouwd met JavaScript, flashfilmpjes en dergelijke (sinds 1.87 wordt deze waarde overschreven met de waarden uit het [[Global settings/nl|Globale instellingen]] veld Filter HTML op XSS)

Revision as of 14:16, 1 May 2016

Message definition (Optional settings)
* '''maxLoginAttempt''': This is the number of attempts a user has to enter the correct password before he or she gets her or his IP address blocked/locked out. The default value is 3 and it can be modified from config.php. 
* '''timeOutTime''': If the user enters the password incorrectly for <maxLoginAttempt>, she or he gets locked out for <timeOutTime> seconds. The default value is 10 minutes and it can be modified from config.php.
* '''maxLoginAttemptParticipants''': This is the number of attempts a participant has to enter a valid token before he or she gets her or his IP address blocked/locked out. The default value is 3 and it can be modified from config.php. 
* '''timeOutParticipants''': If the participant enters the token incorrectly for <maxLoginAttemptParticipants>, she or he gets locked out for <timeOutParticipants> seconds. The default value is 10 minutes and it can be modified from config.php.
* '''surveyPreview_require_Auth''': Set to true by default. If you set this to 'false', any person can test your survey using the survey URL, without logging in to the administration panel and without having to activate the survey first. This setting is a default value and can be overridden in the [[Global settings|global settings]] dialog or edited in config.php.
* '''usercontrolSameGroupPolicy''': Set to true by default. By default, non-admin users defined in the LimeSurvey management interface will only be able to see users they create or users that belong to at least one same group. The default value can be overridden in the [[Global settings|global settings]] dialog or edited in config.php.
*'''filterxsshtml:''' This setting enables the filtering of suspicious html tags located within surveys, groups, and questions and answer texts in the administration interface. Leave this to 'false' only if you absolutely trust the users you created for the administration of LimeSurvey and if you want to allow these users to be able to use Javascript, Flash Movies, etc.. <span class="warning">The super admins never have their HTML filtered</span>.  The default value can be overridden in the [[Global settings|global settings]] dialog or edited in config.php.
*'''demoMode:''' If this option is set to 'true' in config.php, then LimeSurvey will go into demo mode. The demo mode changes the following things:
** Disables admin user's details and password changing;
** Disables the upload of files on the template editor;
** Disables sending email invitations and reminders;
** Disables the creation of a database dump;
** Disables the ability to modify the following global settings: site name, default language, default HTML editor mode, XSS filter.
*'''forcedsuperadmin:''' Array of user id whith all rights on all LimeSurvey. This settings can only be updated in config.php file.  This user's rights can not be edited in [[Manage_users#Set_global_permissions_for_a_user|global permissions for a user]] even by other forced super administrator. By default : user with this rights is user with id : 1. The first user created just after installation.
*'''force_ssl:''' forces LimeSurvey to run through HTTPS or to block HTTPS. See [https://manual.limesurvey.org/Global_settings#Security Force HTTPS] in global settings admin GUI.
*'''ssl_emergency_override:''' This setting forces SSL off. If You've turned HTTPS/SSL on in the global settings but your server doesn't have HTTPS enabled, the only way to turn it off is by changing a value in the database directly. This allows you to force HTTPS off while you change the global settings for Force Secure. This should always be false except in emergencies where you change it to true until you fix the problem. This setting can be only set via config.php file.
*'''ssl_disable_alert:''' Disable alert for super-admin about unforced SSL, if you really can not or don't want to force ssl.  This setting can be only set via config.php file.
  • maxLoginAttempt: Als de gebruiker het gebruikerswachtwoord foutief invult : aantal toegestane pogingen voor blokkeren (op IP) .
  • timeOutTime: Als de gebruiker het gebruikerswachtwoord <maxLoginAttempt> keer foutief invult  : tijd dat het IP is geblokkeerd (op IP).
  • surveyPreview_require_Auth: standaard "aan" (true). Zet deze "uit" (false) als iedereen de enquête kan testen, zonder in het beheergedeelte in te loggen, en zonder dat de enquête actief is. (sinds 1.87 wordt deze waarde overschreven met de waarden uit het Globale instellingen)
  • usercontrolSameGroupPolicy: Standaard "aan" (true). Niet-beheerders (opgenomen in de LimeSurvey beheerinterface) zullen alleen andere gebruikers kunnen zien als ze beiden aan minstens één dezelfde groep gekoppeld zijn.
  • filterxsshtml: Als deze instelling "aan" (true) staat zal LimeSurvey enquêtes, vragen, antwoorden en groepen scannen op verdachte html-tags. Zet deze instelling alleen "uit" (false) als je je gebruikers vertrouwd met JavaScript, flashfilmpjes en dergelijke (sinds 1.87 wordt deze waarde overschreven met de waarden uit het Globale instellingen veld Filter HTML op XSS)
  • demoModeOnly: Als deze instelling "aan" (true) staat zal LimeSurvey in demo-modus werken. Dat betekent:
    • Het is niet mogelijk om het beheeraccount te wijzigen
    • Het is niet mogelijk om bestanden te uploaden in sjaboonbeheer
    • Het is niet mogelijk om uitnodigingen en herinneringen via email te verzenden
    • Het is niet mogelijk om een dump van een database te maken
    • Het is niet mogelijk om de volgende zaken aan te passen: sitenaam, standaardtaal, standaard html-editor modus, XSS filter.