<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.limesurvey.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tibor.pacalat</id>
	<title>LimeSurvey Manual - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.limesurvey.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tibor.pacalat"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/Special:Contributions/Tibor.pacalat"/>
	<updated>2026-08-10T13:10:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE&amp;diff=381486</id>
		<title>Installation - LimeSurvey CE</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE&amp;diff=381486"/>
		<updated>2026-06-17T10:38:15Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: These installation instructions are for version 2.0 or later. Older instructions for 1.92 can be found [[Installation Version 1.92 or older|here]] and update instructions can be found [[Upgrading from a previous version|here]]. &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Make sure you can use LimeSurvey on your website== &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
Make sure your server meets the following additional requirements.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
{{Note|The minimum set of requirements will also be checked during the installation process!}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
The minimum set of requirements for &#039;&#039;&#039;LimeSurvey 6.x&#039;&#039;&#039;:&lt;br /&gt;
* Minimum 250 MB disk space.&lt;br /&gt;
* MariaDB 10.3.38 or later &#039;&#039;&#039;OR&#039;&#039;&#039; MySQL 8 or later &#039;&#039;&#039;OR&#039;&#039;&#039; Microsoft SQL Server 2019 or later &#039;&#039;&#039;OR&#039;&#039;&#039; Postgres 14 or later.&lt;br /&gt;
* PHP version requirements: &lt;br /&gt;
** LS 7.x from PHP 8.1.29 and up (Tested up to PHP 8.4.x)&lt;br /&gt;
** LS 6.x from PHP 7.4.x to 8.3.x&lt;br /&gt;
** LS 5.x from PHP 7.2.5 to 8.0.x &lt;br /&gt;
** LS 3.x from PHP 5.5.9 to 7.4.x&lt;br /&gt;
* php.ini `short_open_tag` setting should be set to `ON`&lt;br /&gt;
* The following PHP modules/libraries should be enabled:&lt;br /&gt;
** [[Installation FAQ#Requirements page#What is the mbstring (Multibyte String Functions) library|mbstring (Multibyte String Functions)]] extension library.&lt;br /&gt;
** PDO database driver for MySQL (pdo_mysql or pdo_mysqli) or Postgres (pdo_pgsql) or MSSQL ([https://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] for Windows and [http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib] for Linux).&lt;br /&gt;
** Also, we assume in general that all PHP default libraries are enabled &lt;br /&gt;
*** hash&lt;br /&gt;
*** session&lt;br /&gt;
*** openssl or mcrypt&lt;br /&gt;
*** fileinfo&lt;br /&gt;
*** SimpleXML&lt;br /&gt;
*** etc …&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: If you are connecting from Linux to a MSSQL database on a Windows server using the dblib PDO driver, then the underlying FreeTDS needs to be set up correctly. Check out the [[Troubleshooting]] page for more information.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
Optional PHP Extensions:&lt;br /&gt;
* &#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039; installed is needed for captchas, nice charts in statistics or to upload images via the HTML editor - see [https://php.net/manual/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;IMAP&#039;&#039;&#039; (pretty standard) is needed for the [[Email bounce tracking system|email bounce tracking system]] - see [https://php.net/manual/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;LDAP&#039;&#039;&#039; installed is needed to import survey participants using LDAP - see [https://php.net/manual/en/book.ldap.php PHP LDAP Documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zip&#039;&#039;&#039; (pretty standard) is needed for template upload, import of .zip archived resources, and excel export - see [https://php.net/manual/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zlib&#039;&#039;&#039; (pretty standard) is needed for the [[ComfortUpdate]] - see [https://php.net/manual/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
In most cases, your web server provider or system administrator will be able to help you out with these optional components.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
===Browser compatibility===&lt;br /&gt;
&#039;&#039;&#039;For the survey-taking side&#039;&#039;&#039;, we currently support Edge and all newer comparable browsers like FF, Chrome, Opera etc. with activated JavaScript. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;For the administration part&#039;&#039;&#039;, we currently support Edge and all newer comparable browsers like FF, Chrome, Opera etc. with activated JavaScript.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
====Screen sizes====&lt;br /&gt;
We support any reasonable screen size for survey taking (360px x 640px and up).&lt;br /&gt;
The minimum supported screen resolution for the LimeSurvey administration page is 1280px x 1024px.&lt;br /&gt;
&lt;br /&gt;
===Hosting for LimeSurvey=== &amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
LimeSurvey should work with most hosting companies that provide PHP and MySQL. If you want a ready-installed version of LimeSurvey, you could try [https://www.limesurvey.org/editions-and-prices/limesurvey-pro/editions-and-prices-professional LimeSurvey Cloud] or check [https://www.limesurvey.org/manual/LimeSurvey-compatible_hosting_companies/en other hosting providers].&lt;br /&gt;
&lt;br /&gt;
==Download the LimeSurvey package== &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
[https://community.limesurvey.org/downloads/ Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
==Unpack the LimeSurvey package== &amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
Uncompress the zip file into a dedicated directory/folder using your preferred compression software. When you uncompress the file make sure that you uncompress the directory structure with the files (this is default behavior for most compression programs). The path name for the installation directory should not include &#039;(&#039; or &#039;)&#039; special characters, but it may include the &#039;&#039;&#039;space&#039;&#039;&#039; character.&lt;br /&gt;
&lt;br /&gt;
==Collect information about your server== &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
You will need to know the following things to install LimeSurvey on your web server correctly:&lt;br /&gt;
*Your intended website URL where your scripts will reside (e.g. &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;).&lt;br /&gt;
*The physical disk location on your server where your scripts will reside (e.g. &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;).&lt;br /&gt;
*The IP/net location of your database server (i.e. &#039;&#039;localhost&#039;&#039;).&lt;br /&gt;
*If your database server uses a non-standard port, find out which port it is.&lt;br /&gt;
*Your user name and password for your database server.&lt;br /&gt;
*With most providers you can&#039;t let the script create the database, but have to do it yourself.  If you are using such a provider, please create a database (for example &#039;&#039;limesurvey&#039;&#039;) yourself.&lt;br /&gt;
&lt;br /&gt;
==Upload the files to your web server== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
Using your FTP program (e.g. FileZilla), connect to your web server and create a directory to store your scripts. Then upload the files using the directory structure they are in. Make sure you &#039;&#039;&#039;upload the files in binary mode&#039;&#039;&#039; (check the settings of your FTP program). Please note that uploading in ASCII mode can lead to uncommon errors (e.g. &#039;class not found&#039; error during installation), also images may not be uploaded correctly.&lt;br /&gt;
&lt;br /&gt;
==Set directory permissions== &amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory (and all its subdirectories and files) are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory (and all its subdirectories and files) must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039;. You may wish in Linux/Unix to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
{{Alert|If you are using Linux, then setting permissions depends on your webserver configuration. For example, if you use Apache HTTPD on CentOS, type &#039;&#039;&#039;chmod -R 755 &amp;lt;directory&amp;gt; ; chown -R apache &amp;lt;directory&amp;gt;&#039;&#039;&#039;. This will give everyone access to read, and your webserver will have the permission to write. Check the [https://www.linux.com/learn/tutorials/309527-understanding-linux-file-permissions following link] for more information on Linux permissions.}}&lt;br /&gt;
&lt;br /&gt;
==Create a database user== &amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this, it will need the user name and password of a database user. We generally recommend creating a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
- Microsoft SQL Server: &#039;&#039;Unknown - if you can find out this information, please complete it&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Run the installation script== &amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;example.org/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly, the LimeSurvey installer should be starting - just follow the instructions. You will be asked whether you wish to create the database and/or create the tables inside the database. LimeSurvey will then create the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
==Connect to the administration script for the first time== &amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
You are done when the installation finishes! Open your browser and enter the URL to the LimeSurvey administration. Assuming you used &#039;limesurvey&#039; as the directory name to store the files in, this will be something like &amp;quot;http://www.example.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
You should get a login screen. The default login credentials (if they have not been changed during the installation) are:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;html&#039;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
User: admin&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
You will be prompted to change the default password after you logged in. Have fun!&lt;br /&gt;
&lt;br /&gt;
==Further configuration== &amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Caching=== &amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
LimeSurvey uses the Yii file cache by default, but it can be configured to use other cache engines. Possible other caches are:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
* Memcached&lt;br /&gt;
* Redis&lt;br /&gt;
* WinCache&lt;br /&gt;
* XCache&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:58--&amp;gt;&lt;br /&gt;
Please see the [https://www.yiiframework.com/doc/api/1.1/CCache Yii documentation] for full description.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
Since LimeSurvey 4.0.0 you also have the possibility to cache calculations in the ExpressionScript. This can provide a significant speed-up depending on survey complexity. To enable the emcache, add this in your config.php file (components array):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&#039;emcache&#039; =&amp;gt; array(&#039;class&#039; =&amp;gt; &#039;CFileCache&#039;),&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
As with the main Yii cache, other cache systems can be used.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:62--&amp;gt;&lt;br /&gt;
{{Note| The emcache is not compatible with randomized surveys, and will be automatically turned off in such cases.}}&lt;br /&gt;
&lt;br /&gt;
==What if I have problems...== &amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there, please post your problem and any error messages in the [https://www.limesurvey.org/forum LimeSurvey forums], open a [https://www.limesurvey.org/contact-us support ticket] (only for customers using LimeSurvey Cloud), or join our [https://discord.gg/DEjguXn Discord channel].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Participant_settings&amp;diff=381157</id>
		<title>Participant settings</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Participant_settings&amp;diff=381157"/>
		<updated>2026-04-16T09:38:34Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: added clarification about repeated survey registration&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Introduction= &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
From this panel, you can edit different survey participants table settings. For example, you can choose to anonymize all the responses you get from a survey or allow public survey registration. It represents together with the [[Survey participants]] panel a powerful feature of LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
To access these settings, &#039;&#039;&#039;Participant settings&#039;&#039;&#039; from the &#039;&#039;&#039;Settings&#039;&#039;&#039; menu.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Survey menu - participant tokens.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Participant settings panel= &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Participants tokens panel.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
==Set token length to==&lt;br /&gt;
Usually, the default value of 15 (max. supported value: 35) digits does not need to be changed. However, if you wish to change this setting, please enter a number (X) which is greater than 5. If the number entered is smaller than 5, it will be converted to the default value of 15. &#039;&#039;&#039;When generating tokens, all tokens will use a length of X digits.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
==Anonymized responses==&lt;br /&gt;
This option allows you to determine whether responses to your survey are matched up with information from your survey participants table, or kept &amp;quot;anonymous&amp;quot;. The default is &amp;quot;No&amp;quot;. If you choose &amp;quot;Yes&amp;quot;, then your survey is set to anonymize responses - &#039;&#039;&#039;there will be no way to connect answers and participants&#039;&#039;&#039;. Even the admin will not be able to link response data and participant data. However, you will always be able to specifically view each response entered by your participants in the survey. Thus individual and anonymous analyses can still be done. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
{{Alert|title=Attention|text=If this feature is activated, the response submission date and the token completed date are always set to 1980-01-01 00:00, no matter of other settings. Invalidating the submission date ensures no match with webserver logs where the token key might show up when a survey is started. Invalidating the token completed date guarantees that you can&#039;t align the order of submitted responses to the order of the token date/time.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Enable token-based response persistence== &amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
If your survey uses tokens and your responses are not anonymized, you may want to enable this feature. If you turn this on, your participants will be able to leave the survey and resume later at any time &#039;&#039;&#039;without&#039;&#039;&#039; using the &amp;quot;Resume later&amp;quot; function - for example, when they get distracted or their browser crashes. Upon clicking the invitation link again, they will find their survey answers still in place when they return to the survey and will even find themselves on the same page where they were before leaving.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
{{Alert|title=Attention|text=If this feature is not activated, all started responses but not submitted are not included in total allowed response by participant (Use left). Take particular care if you wish to have only one response per participant by using Allow multiple response to Off.}}&lt;br /&gt;
&lt;br /&gt;
==Allow multiple responses or update responses with one token== &amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
If this option is activated, participants will be able to return to their survey by clicking the invitation link, even if they have already submitted the survey. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
* If the survey is anonymous or &amp;quot;Enable token-based response persistence&amp;quot; is set to &amp;quot;No&amp;quot;, this will &#039;&#039;&#039;add a new response&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
* If the survey is not anonymous and token-based response persistence is enabled, the user will &#039;&#039;&#039;update the existing responses&#039;&#039;&#039;. If quota is activated : submitted response are not checked, participant can update the quota enable response and set a value out of quota.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
==Allow public registration==&lt;br /&gt;
If you use tokens to control access to your survey, the only people who can use the survey are those who have an entry and a unique token allocated in the survey participants table. If you would like to use tokens, but also allow public registration, set this to &amp;quot;Yes&amp;quot;. The &amp;quot;Yes&amp;quot; setting will allow a visitor to register his name and email address. This will create a new entry in your survey participants table for this person, then send them an invitation email. The application&#039;s backend ensures that only one person per email address can complete your survey. If a visitor tries to register for the second time with the same email address, they will not receive another email.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
==Use HTML format for token emails==&lt;br /&gt;
When enabled, all emails sent via the LimeSurvey email system management interface (invite, reminder, confirmation) will be formatted as HTML. You&#039;ll then be able to use rich formatting for these emails. The default value is &amp;quot;Yes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
As of version 4.x, when using HTML format a WYSIWYG editor will be available to edit email templates.&lt;br /&gt;
{{Box|This settings is used for [[Notifications_%26_data#Basic_and_detailed_admin_notifications_email|basic and detailed admin notifications email ]] too.}}&lt;br /&gt;
{{Alert|title=Attention|text=When you switch on or off this feature, you&#039;ll have to double check that your email templates are still displayed as you want.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
==Send confirmation emails==&lt;br /&gt;
If enabled, the participant will receive a confirmation email that the survey was submitted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=First_login_-_your_user_preferences&amp;diff=379828</id>
		<title>First login - your user preferences</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=First_login_-_your_user_preferences&amp;diff=379828"/>
		<updated>2025-04-08T12:03:19Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: updated breadcrumb mode setting description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==First Login== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===With LimeSurvey Cloud=== &amp;lt;!--T:90--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
After creating your LimeSurvey account, you will receive an email. This email contains the account activation link. Click the link to access your newly created account. Clicking the link takes you to your account on the LimeSurvey website.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
You need to create a survey site before you can start creating and managing online surveys. Log in to your account and click Create survey site. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Create survey site&#039;&#039;&#039; link:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:NewSurveySiteSetupPage.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:91--&amp;gt;&lt;br /&gt;
To create your LimeSurvey site:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:92--&amp;gt;&lt;br /&gt;
(1) Enter your site name.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:93--&amp;gt;&lt;br /&gt;
(2) Choose a domain name from the dropdown menu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:94--&amp;gt;&lt;br /&gt;
(3) Choose a server location.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:95--&amp;gt;&lt;br /&gt;
(4) Click Save &amp;amp; Set Up LimeSurvey Site.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:96--&amp;gt;&lt;br /&gt;
The process can take up to 20 seconds. When the process is complete, the window will close and you will be taken back to your account page. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:97--&amp;gt;&lt;br /&gt;
You can now access your survey site by clicking View Survey Site at the top of the page. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:98--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:AccountHomePage.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Account login page: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
Sign in to your account using your LimeSurvey.org credentials:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:78--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LoginPage.png|0.75px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
You are ready to start creating surveys.&lt;br /&gt;
&lt;br /&gt;
==Change your password== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
To change your password, use the &#039;&#039;Forgot your password?&#039;&#039; button located on the LimeSurvey administration login page. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Forgotpassword.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
After completing the required fields, click the &#039;&#039;Check data&#039;&#039; button. You will receive an email with the necessary steps that need to be followed in order to reset your password.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
Another option to change your password is to do so from within your profile. Click your user name located in the upper right part of the screen (on the main LimeSurvey toolbar) and select the &#039;&#039;Your Profile&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:79--&amp;gt;&lt;br /&gt;
Click the &#039;&#039;&#039;Change password&#039;&#039;&#039; buttonː&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Profilechangepassword.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:80--&amp;gt;&lt;br /&gt;
Type the current password, and the new password twice. Then, save the new profile settings by clicking &#039;&#039;&#039;Save&#039;&#039;&#039; located in the upper right part of the screen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:81--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Forgotpassword_3.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:82--&amp;gt;&lt;br /&gt;
&amp;lt;hr width=&amp;quot;50%&amp;quot; style=&amp;quot;margin:auto&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
If you have superadmin permissions and one want to assist another user reset their password, you can do so by by using the &#039;&#039;User control panel&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyMenuUserManagement.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
From the &#039;&#039;Action&#039;&#039; column click the green pen that corresponds to the respective user and change their password. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:83--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyBleistiftSymbol.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:84--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#039;simplebox&#039;&amp;gt;[[File:help.png]] Check the wiki on [[Manage_users#User_management|the LimeSurvey user management functions]] for more information.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===With LimeSurvey Cloud=== &amp;lt;!--T:99--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
If you use [https://www.limesurvey.org/editions-and-prices/limesurvey-pro/editions-and-prices-professional LimeSurvey Pro], you can also reset your password from your [https://www.limesurvey.org/your-account/your-limesurvey-profile LimeSurvey profile]. From your LimeSurvey profile, click &#039;&#039;INSTALLATIONS&#039;&#039; (under the Profile Menu). Look for the &#039;&#039;RESET PASSWORD NOW&#039;&#039; button located in an orange box. Click it and a random password will be generated immediately. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
{{Alert|It may take a few minutes for the changes to take effect - ca. 2 minutes.}}&lt;br /&gt;
&lt;br /&gt;
=Your account preferences= &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
To change your user preferences, click your username which is shown on the LimeSurvey main toolbar and then click &#039;&#039;&#039;Your account&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:userprofile.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
Your account preferences toolbar contains four tabs:&lt;br /&gt;
*&#039;&#039;&#039;[[First_login_-_your_user_preferences#My profile|My profile]]&#039;&#039;&#039;: General details about your account;&lt;br /&gt;
*&#039;&#039;&#039;[[First_login_-_your_user_preferences#My personal settings|My personal settings]]&#039;&#039;&#039;: The user can choose the interface language and/or select other LimeSurvey-related editing modes;&lt;br /&gt;
*&#039;&#039;&#039;[[First_login_-_your_user_preferences#My personal menus|My personal menus]]&#039;&#039;&#039;{{NewIn|3.0}}: A list with the survey menus created by the respective user; &lt;br /&gt;
*&#039;&#039;&#039;[[First_login_-_your_user_preferences#My personal menu entries|My personal menu entries]]&#039;&#039;&#039;{{NewIn|3.0}}: A list with those menu entries that were created by the user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Toolbaruserpreferences.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==My profile== &amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
The following options are found under the &#039;&#039;My profile&#039;&#039; tab:&lt;br /&gt;
*&#039;&#039;&#039;Username&#039;&#039;&#039;: Once created, it cannot be changed from the LimeSurvey interface. We recommend creating another user name instead of editing the configuration of your LimeSurvey installation;&lt;br /&gt;
*&#039;&#039;&#039;Email&#039;&#039;&#039;: Type your new e-mail and click the &#039;Save&#039; button to save the settings;&lt;br /&gt;
*&#039;&#039;&#039;Full name&#039;&#039;&#039;: The name of the administrator;&lt;br /&gt;
*&#039;&#039;&#039;Password&#039;&#039;&#039; &amp;amp; &#039;&#039;&#039;Repeat password&#039;&#039;&#039;: If you want to change your password, type the new password twice and click the &#039;Save&#039; button.&lt;br /&gt;
&lt;br /&gt;
==My personal settings== &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Interface language&#039;&#039;&#039;: The language of the Limesurvey administrative interface;&lt;br /&gt;
*&#039;&#039;&#039;HTML editor mode&#039;&#039;&#039;: The inclusion of an integrated HTML editor;&lt;br /&gt;
*&#039;&#039;&#039;Question type selector&#039;&#039;&#039;: If &#039;Full selector&#039; option is chosen, then a question preview will be shown when selecting the type of a new question to be added into the survey;&lt;br /&gt;
*&#039;&#039;&#039;Template editor mode&#039;&#039;&#039;: If &#039;full template editor&#039; is selected, syntax highlighting will be used in the [[The template editor|LimeSurvey template editor]]; &lt;br /&gt;
*&#039;&#039;&#039;Date format&#039;&#039;&#039;: chooses the default date format used in the administration interface.&lt;br /&gt;
*&#039;&#039;&#039;Show script field&#039;&#039;&#039;: The script field is specially intended for entering JavaScript while editing questions. This setting controls if it should be shown or not.&lt;br /&gt;
*&#039;&#039;&#039;Directly show edit mode&#039;&#039;&#039;: Indicates if edit mode should be shown by default when entering a question.&lt;br /&gt;
*&#039;&#039;&#039;Non-Numerical answer option prefix&#039;&#039;&#039;: Prefix to be used for answer options. It should be non numerical. If the prefix is &amp;quot;AO&amp;quot;, answer options would be, for example, &amp;quot;AO001&amp;quot;.&lt;br /&gt;
*&#039;&#039;&#039;Non-Numerical subquestions prefix&#039;&#039;&#039;: Prefix to be used for for subquestions. It should be non numerical. If the prefix is &amp;quot;SQ&amp;quot;, answer options would be, for example, &amp;quot;SQ001&amp;quot;.&lt;br /&gt;
*&#039;&#039;&#039;Lock question organizer in sidebar by default&#039;&#039;&#039;: If the question organizer should be shown or hide in the side bar.&lt;br /&gt;
*&#039;&#039;&#039;Create example question group and question&#039;&#039;&#039;: This setting specifies if an example question group and question should be created automatically after creating a new survey.&lt;br /&gt;
*&#039;&#039;&#039;Breadcrumb mode&#039;&#039;&#039;: User can choose between default, short and long breadcrumb representation. &#039;Default&#039; takes over the setting from the Global Settings, &#039;Short&#039; is the common breadcrumb representation, and &#039;Long&#039; variant provides additional information (survey id, group id, question id).&lt;br /&gt;
&lt;br /&gt;
===Interface language=== &amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:58--&amp;gt;&lt;br /&gt;
You can select the administrative language preference during log in by using the dropdown list as shown below. After a successful login, the LimeSurvey interface will change to the chosen language. The system will record this preference setting in your profile and make it the default for your next login.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:login language.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
&amp;lt;!--T15--&amp;gt;Some LimeSurvey setups hide or skip the login page to enable common authentication inside other applications. In this case, you won&#039;t have access to select the language. However, you can change your language preference from your account preferences. Access your account preferences by clicking your user name located in the upper right side of your browser and then the &#039;&#039;Your account&#039;&#039; button. Next, click the &#039;&#039;&#039;Your personal settings&#039;&#039;&#039; tab and select your desired language from the dropdown list located under &#039;&#039;&#039;Interface language&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Selection 007.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===HTML editor mode=== &amp;lt;!--T:62--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
There is an &#039;&#039;&#039;HTML editor&#039;&#039;&#039; integrated into LimeSurvey. This tool will help you develop rich formatting for your surveys, groups, questions, and answer text; for tables, and images.  But as this editor takes extra space on the screen and resources on the computer, it is not always desirable to use. Therefore, four options are provided by LimeSurvey: &#039;&#039;&#039;default&#039;&#039;&#039;, &#039;&#039;&#039;inline HTML editor&#039;&#039;&#039; (selected by default), &#039;&#039;&#039;popup HTML editor&#039;&#039;&#039;, and &#039;&#039;&#039;no HTML editor&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Default==== &amp;lt;!--T:63--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:77--&amp;gt;&lt;br /&gt;
If the &amp;quot;default&amp;quot; option is selected, you will inherit the HTML editor mode selected by the superadminstrator from the [[Global settings#General|global settings]] of the LimeSurvey installation.&lt;br /&gt;
&lt;br /&gt;
====Inline==== &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
In this case, the &#039;&#039;&#039;HTML editor&#039;&#039;&#039; is always used in-line on the page. It also represents the &#039;default&#039; value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:InlineMode1.PNG]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Popup==== &amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
The normal text editor is used, but the &#039;&#039;&#039;HTML editor&#039;&#039;&#039; is available as a pop-up option. You can always get to the &#039;&#039;&#039;HTML editor&#039;&#039;&#039; by clicking on the icon on the right of the normal text editor window as shown for the &#039;&#039;&#039;popup&#039;&#039;&#039; option below&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Popup1.PNG]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Fullscreen{{ObsoleteIn|3.0}}===== &amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
This option is available only for inline editor. It allows you to increase the size of the editor to fill the browser window and then decrease it back later.{{ObsoleteIn|3.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:InlineMode2.PNG]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
When switching between which editor you use, the last used editor before logout is recorded in your profile and will become the default at your next login.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
Please note that when editing answers and labels, the normal text editor (or &#039;Popup&#039; mode) is always used because of the larger number of windows.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:64--&amp;gt;&lt;br /&gt;
{{Note|You can change the size of the HTML editor box by clicking on the bottom right corner of the editor.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:65--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:ExtendsizeHTML.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Source code mode==== &amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
If you want to paste HTML or Javascript code directly, you must switch to the &#039;&#039;&#039;source code&#039;&#039;&#039; mode. This option is not available in your personal settings. However, it can be selected from the HTML editor menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:source_code_mode.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
You must [[Global settings#Security|disable the &#039;&#039;Filter HTML for XSS&#039;&#039; setting]] in order to store code entered in the source code mode (or to have superadmin permissions).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:66--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:SourceCodeMode.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====No HTML editor==== &amp;lt;!--T:67--&amp;gt;&lt;br /&gt;
If you do not want to use an HTML editor, select this option. You will be able to use only simple text in the surveys. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Hint&#039;&#039;&#039;: Why not always choose the &#039;&#039;&#039;HTML Editor&#039;&#039;&#039;? Depending on your use of LimeSurvey, there may be many text boxes on a single page, each with a copy of the editor. For instance, when editing the email text for a survey invitation that is offered in 5 languages, you can then have a total of 20 inline &#039;&#039;&#039;HTML editors&#039;&#039;&#039; active on the page. Each instance takes a fair amount of resources and will likely cause issues on your browser. So, if you work with multiple language surveys, we recommend you stick with the normal text editor or &#039;Popup&#039; setting.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Question type selector=== &amp;lt;!--T:68--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:69--&amp;gt;&lt;br /&gt;
Choose &#039;Full selector&#039; to get a question type selector with preview and &#039;Simple selector&#039; to get a plain select box. The &#039;default&#039; option corresponds to the option selected in the [[Global settings|global settings]] of the LimeSurvey installation.&lt;br /&gt;
&lt;br /&gt;
===Template editor mode=== &amp;lt;!--T:70--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:71--&amp;gt;&lt;br /&gt;
Three options are available: &#039;default&#039;, &#039;full template editor&#039;, and &#039;simple template editor&#039;. Choose &#039;Full template editor&#039; to get an enhanced editor (with syntax-highlighting) when editing survey templates and &#039;Simple template editor&#039; to get a plain editor field. The &#039;default&#039; option corresponds to the option selected in the [[Global settings|global settings]] of the LimeSurvey installation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:72--&amp;gt;&lt;br /&gt;
{{Note|For a more comprehensive presentation of our template editor, check the [[The template editor|following wiki]].}}&lt;br /&gt;
&lt;br /&gt;
===Date format=== &amp;lt;!--T:73--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
This setting sets the date format for your profile (e.g. when you browse the survey results or for other settings located in the administration panel). It does &#039;&#039;&#039;not&#039;&#039;&#039; affect the actual surveys.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
When creating a date/time question, you can set the date/time format when you edit/add a question. After you have chosen the &#039;&#039;&#039;date/time&#039;&#039;&#039; question format, type in the desired format you would like to use in the boxes located under the Input and Display tabs. For extra information, hover the mouse over the heading of each box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:74--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:DateTimeFormatSurvey.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==My personal menus== &amp;lt;!--T:75--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:86--&amp;gt;&lt;br /&gt;
You can visualise here the customized menus that are available to you or the ones you created via the [[Menu configuration|menu configuration option]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:87--&amp;gt;&lt;br /&gt;
To start editing them, access the &#039;&#039;&#039;Menu configuration&#039;&#039;&#039; option located within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
==My personal menu entries== &amp;lt;!--T:76--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:88--&amp;gt;&lt;br /&gt;
You can visualise here the customized menus entries that are available to you or the ones you created via the [[Menu entries configuration|menu entries configuration option]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:89--&amp;gt;&lt;br /&gt;
To edit them, you need to access the &#039;&#039;&#039;Menu entries configuration&#039;&#039;&#039; option located within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Global_settings&amp;diff=379827</id>
		<title>Global settings</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Global_settings&amp;diff=379827"/>
		<updated>2025-04-08T11:59:46Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: added breadcrumb mode description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=General description= &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
To access global settings options: &#039;&#039;&#039;Configuration&#039;&#039;&#039; ⇒ &#039;&#039;&#039;Settings&#039;&#039;&#039; ⇒ &#039;&#039;&#039;Global settings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:global.png]]&amp;lt;/center&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
The global settings can only be changed by those administration users with the [[Manage_users#Setting_global_permissions_for_a_user|Settings &amp;amp; Plugins permission]]. It can be used to adjust certain settings of LimeSurvey in a global context. Once you enter the global settings dialog and save your desired configuration, the previous LimeSurvey values will be overwritten.&lt;br /&gt;
&lt;br /&gt;
=Settings and their explanation= &amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Global Settings Tabs.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview== &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Overview&#039;&#039;&#039;: provides the following general information about your LimeSurvey installation:&lt;br /&gt;
**&#039;&#039;&#039;Users&#039;&#039;&#039;: shows the number of users that can access the LimeSurvey installation via the internal database authentication system&lt;br /&gt;
**&#039;&#039;&#039;Surveys&#039;&#039;&#039;: shows the total number of (active &amp;amp; inactive) surveys&lt;br /&gt;
**&#039;&#039;&#039;Active surveys&#039;&#039;&#039;: shows the total number of active surveys (that can be accessed by other users via the web)&lt;br /&gt;
**&#039;&#039;&#039;Deactivated result tables&#039;&#039;&#039;: at some point, you might want to change some questions during the survey runtime. If you do this, all the prior answers associated with the respective survey will be dissociated from the newly edited survey. The data that was previously collected will be stored in &#039;deactivated result tables&#039;&lt;br /&gt;
**&#039;&#039;&#039;Active survey participants tables&#039;&#039;&#039;: shows the number of active survey participants tables (that have a corresponding active survey)&lt;br /&gt;
**&#039;&#039;&#039;Deactivated survey participants tables&#039;&#039;&#039;: shows the number of deactivated survey participants tables&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
{{Note|Check our [[Survey_participants#Introduction|wiki on survey participants tables]] for more information.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
{{Note|For debug purposes, you can also find a button that shows your PHP information.}}&lt;br /&gt;
&lt;br /&gt;
==General== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Site name&#039;&#039;&#039;: is your survey site name. This name will appear in the survey list overview and in the administration header&lt;br /&gt;
*&#039;&#039;&#039;Default template&#039;&#039;&#039;: This setting specifies the default design template used for the &#039;public list&#039; of surveys and for new surveys or surveys using a non-existing template. If you would like to use a personalized template, read about how you can use the LimeSurvey&#039;s [https://manual.limesurvey.org/The_template_editor template editor]&lt;br /&gt;
{{Note|The templates are stored in &#039;/limesurvey/templates/&#039;.}} &lt;br /&gt;
*&#039;&#039;&#039;Create example question group and question&#039;&#039;&#039;: This setting specifies if an example question group and question should be created automatically after creating a new survey.&lt;br /&gt;
*&#039;&#039;&#039;Administration template&#039;&#039;&#039;: This setting specifies the default design template used for the LimeSurvey administration. To use a customized template, add it in &#039;/limesurvey/upload/admintheme/&#039;&lt;br /&gt;
*&#039;&#039;&#039;Time difference (in hours)&#039;&#039;&#039;: If your web server is in a different time zone to the location where your surveys will be based, put the difference between your server and your home time zone here. For example, I live in Australia, but I got a US web server. The web server is 14 hours behind my local time zone. So, my setting here is &amp;quot;+14&amp;quot;. In other words, it adds 14 hours to the time of the web server. This setting is particularly important when surveys timestamp the responses.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Session lifetime (seconds)&#039;&#039;&#039; (&#039;&#039;only available with database sessions&#039;&#039;): Defines the time in seconds after which a survey session expires (provided there is no action from the participant). When using regular, file-based sessions, it is up to the system administrator to define the right values for &#039;session.gc_maxlifetime&#039;, &#039;session.save_path&#039;, etc., in the PHP configuration. Not only the web server settings but also the other similar settings of other applications may overwrite the setting for file-based sessions when editing it locally via the application. The maximum value that can be introduced is 65000 (seconds). It is recommendable to use a reasonable value. Bear in mind that, when using database sessions, check whether the MySQL setting called &#039;&#039;&#039;max_allowed_packet&#039;&#039;&#039; is set to a large value because some surveys generate over 2 MB of session data&lt;br /&gt;
*&#039;&#039;&#039;IP Info DB API Key&#039;&#039;&#039;: Allows integration with the [https://ipinfodb.com IP-Info-DB service], which lets you determine the geographic location of survey takers based on their IP. To use a key, you need to [http://ipinfodb.com/register.php register] for the API&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Google Maps API Key&#039;&#039;&#039;: Allows for integration with Google Maps&lt;br /&gt;
*&#039;&#039;&#039;Google Analytics Tracking ID&#039;&#039;&#039;: Allows for integration with Google Analytics. Surveys can override this site-level value. The tracking ID can be inserted into templates using {GOOGLE_ANALYTICS_API_KEY}. The full JavaScript that Google Analytics expects to find (including the key) can be included in templates via {GOOGLE_ANALYTICS_JAVASCRIPT}&lt;br /&gt;
{{Note|For further details on how to use Google&#039;s API with LimeSurvey, check our [[Google API how-to]] page.}}&lt;br /&gt;
*&#039;&#039;&#039;Google Translate API Key&#039;&#039;&#039;:  The Auto-Translate feature uses version 2 of Google Translate&#039;s API. Google charges for this service. In order for the Auto-Translate feature to work, get an API key from [https://code.google.com/apis/console/?api=translate this site], and then enter the key in this field&lt;br /&gt;
*&#039;&#039;&#039;Character set for file import/export&#039;&#039;&#039;: You can specify the character set most suiting you and your system, if you experience problems with the exporting/importing functions&lt;br /&gt;
*&#039;&#039;&#039;Show LimeSurvey branding in survey&#039;&#039;&#039;: Enable or disable LimeSurvey branding on your Surveys. &lt;br /&gt;
:This setting is available in LimeSurvey Cloud only. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
:By default LimeSurvey Cloud displays branding on your surveys. This includes a button at the bottom of the survey page with the text &amp;quot;Made in LimeSurvey&amp;quot; and also a message at the end of the survey with the text &amp;quot;Thank you for taking this survey powered by LimeSurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
:It is possible to remove branding from the Expert plan and above. If you have a Free or Basic plan you will first need to upgrade your plan to access this setting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Side-menu behavior&#039;&#039;&#039;{{ObsoleteIn|3.0}}: How the side-menu should behave while editing surveys. The default value is &#039;Adaptive&#039;, meaning that the side-menu can be changed when and how the users want. The other values are &#039;Always open&#039; and &#039;Always closed&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Clear assets cache:&#039;&#039;&#039; Reset the css and js assets url, be sure to have all new css and js file updated.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Default HTML editor mode:&#039;&#039;&#039; Sets the default mode for integrated HTML editor. The valid settings are:&lt;br /&gt;
** &#039;&#039;inline&#039;&#039; (default): Inline replacement of fields by an HTML editor. Slow, but convenient and user-friendly&lt;br /&gt;
** &#039;&#039;popup&#039;&#039; : Adds an icon that opens a popup window with the HTML editor. Faster, but the HTML code is displayed on the form&lt;br /&gt;
** &#039;&#039;HTML source&#039;&#039; : No HTML editor used, just the plain HTML source&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Question type selector&#039;&#039;&#039;: Choose &#039;Full selector&#039; to get a question type selector with preview and &#039;Simple&#039; to get a plain select box&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Template editor&#039;&#039;&#039;: Choose &#039;Full template editor&#039; to get an enhanced editor (with syntax-highlighting) when editing survey templates and &#039;Simple template editor&#039; to get a plain editor field&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Default breadcrumb mode&#039;&#039;&#039;: Choose between defaulting to short or long breadcrumb representation. Short is the common breadcrumb representation, and long variant provides additional information (survey id, group id, question id).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
{{Alert|title=Attention|text=You will observe that some options can be found in your user&#039;s preferences, under [[First_login_-_your_user_preferences#Your_account_preferences#Your_personal_settings|Your personal settings tab]]. If you change the respective options from the global settings of your LimeSurvey installation, the &#039;default&#039; option from the drop-down list of each option that is located under &#039;Your personal settings&#039; tab will inherit the global settings values. For example, if you, as a user with [[Manage users#Set permissions for a single survey|Settings &amp;amp; Plugins permissions]], change the HTML editor mode to the &#039;popup&#039; mode, all the other users who have chosen the &#039;default value&#039; option from the HTML editor mode in their personal settings will also use the popup option.}}&lt;br /&gt;
&lt;br /&gt;
==Email settings== &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Default site admin email&#039;&#039;&#039;: This is the default email address of the site administrator, and it is used for system messages and contact options&lt;br /&gt;
*&#039;&#039;&#039;Administrator name&#039;&#039;&#039;: The real name of the site administrator&lt;br /&gt;
*&#039;&#039;&#039;Email method&#039;&#039;&#039;: This determines how emails are being sent. The following options are available:&lt;br /&gt;
**&#039;&#039;PHP&#039;&#039; (default value): Use internal [https://php.net/manual/function.mail.php PHP mail function]&lt;br /&gt;
**&#039;&#039;Sendmail&#039;&#039;: Use Sendmail mailer&lt;br /&gt;
**&#039;&#039;SMTP&#039;&#039;: based on SMTP relaying. Use this setting when you are running LimeSurvey on a host that is not your mail server&lt;br /&gt;
***Make sure that you are using your SMTP configured email (Global settings ⇒ Email settings) if you use SMTP; otherwise there might be a chance that the following error is displayed: &#039;SMTP -&amp;gt; ERROR: RCPT not accepted from server: 553 5.7.1 : Sender address rejected: not owned by user&#039;&lt;br /&gt;
**&#039;&#039;Qmail&#039;&#039;: Set this if you are running the Qmail mailer&lt;br /&gt;
**&#039;&#039;Plugin&#039;&#039;: Using this you can select a custom email plugin to use.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;SMTP host&#039;&#039;&#039;: If you use &#039;SMTP&#039; as email method, then you have to put your SMTP server here. If you are using a different port than port 25 (standard for SMTP), then you have to add the port number separated be a colon (example: &#039;smtp.gmail.com:465&#039;)&lt;br /&gt;
*&#039;&#039;&#039;SMTP username&#039;&#039;&#039;: If your SMTP-server needs authentication, set this to your username; otherwise it must be blank&lt;br /&gt;
*&#039;&#039;&#039;SMTP password&#039;&#039;&#039;: If your SMTP-server needs authentication, set this to your password; otherwise it must be blank&lt;br /&gt;
*&#039;&#039;&#039;SMTP encryption&#039;&#039;&#039;: Three options are available:&lt;br /&gt;
**&#039;&#039;Off&#039;&#039; (default value)&lt;br /&gt;
**&#039;&#039;SSL&#039;&#039;&lt;br /&gt;
**&#039;&#039;TLS&#039;&#039;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
{{Note|Check the [https://en.wikipedia.org/wiki/Transport_Layer_Security following link] for further details about SSL/TLS.}}&lt;br /&gt;
*&#039;&#039;&#039;SMTP debug mode&#039;&#039;&#039;: It comes with three options:&lt;br /&gt;
**&#039;&#039;Off&#039;&#039; (default value): The user wants this activated only in the case in which the SMTP relay does not work, and further details are needed to remedy the technical problem&lt;br /&gt;
**&#039;&#039;On errors&#039;&#039;: A detailed connection log and error message will be given if an error occurs&lt;br /&gt;
**&#039;&#039;Always&#039;&#039;: It provides valuable information on how an SMTP relay works. If an error occurs, further details are provided&lt;br /&gt;
 {{Note|Debug part is shown when [[Survey_participants#Send_email_invitation|sending email to participant]].}}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Email plugin&#039;&#039;&#039;: If you choose &#039;Plugin&#039; as sending method you can set here which plugin should be used. Currently there are two bundled email plugins in LimeSurvey. If the plugin cannot be found, check if it is activated.&lt;br /&gt;
**&#039;&#039;&#039;[[AzureOAuthSMTP_Plugin|AzureOAuthSMTP]]&#039;&#039;&#039;: Use this to send emails using Azure/Microsoft and OAuth over SMTP&lt;br /&gt;
**&#039;&#039;&#039;GoogleOAuthSMTP&#039;&#039;&#039;: Use this to send emails using google and OAuth over SMTP&lt;br /&gt;
&amp;lt;/translate&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Email batch size&#039;&#039;&#039;: When sending invitations or reminders to survey participants, this setting helps the administrator determine how many emails can be sent in one bunch. Different web servers have different email capacities, and if your script takes too long to send many emails, the script could time out and cause errors. Most web servers can send 100 emails in one go within the default 30 second time limit for a PHP script. If you get script timeout errors when sending large numbers of emails, reduce the email batch size using this setting. Clicking the &#039;send email invitation&#039; button that is located on the survey participant toolbar sends one batch of invitations, displaying a list of the addresses to which the email was already delivered and a warning that &#039;&#039;&amp;quot;There are more emails pending than could be sent in one batch. Continue sending emails by clicking below. There are ### emails still to be sent.&amp;quot;&#039;&#039; and provides a &amp;quot;Continue&amp;quot; button to proceed with the next batch. So, the user determines when to send the next batch after each batch gets emailed. It is not necessary to wait with this screen active. The admin could log off and come back at a later time to send the next batch of invitations.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Email sending rate&#039;&#039;&#039;: This setting determines the number of seconds until the next batch is automatically sent in the interface.&lt;br /&gt;
&lt;br /&gt;
==Bounce settings== &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Default site bounce email&#039;&#039;&#039;: This is the email address where bounced emails will be sent to. For faster bounce back processing, the email address box should be limited to bounce back only&lt;br /&gt;
*&#039;&#039;&#039;Server type&#039;&#039;&#039;: If set to &#039;Off&#039;, no bounce processing functions will be available. To activate the bounce processing function at a global level, set this to &#039;POP&#039; or &#039;IMAP&#039; – think of whether you wish the bounced emails to be kept on your email server (IMAP) or not (POP) after reading them. For further details on its usage, check the following [[Email_bounce_tracking_system|wiki section]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Server name &amp;amp; port&#039;&#039;&#039;: Name of the server and (if needed) the port separated by a colon. The port number isn&#039;t typically needed unless the email host uses a non-standard port&lt;br /&gt;
*&#039;&#039;&#039;User name&#039;&#039;&#039;: The user name for the POP/IMAP account&lt;br /&gt;
*&#039;&#039;&#039;Password&#039;&#039;&#039;: The password for the POP/IMAP account&lt;br /&gt;
*&#039;&#039;&#039;Encryption type&#039;&#039;&#039;: If encryption is used, please set the right type here (SSL or TLS)&lt;br /&gt;
&lt;br /&gt;
==Security== &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Survey preview only for administration users&#039;&#039;&#039;: By default, the preview of inactive surveys is restricted only to authenticated. If you set this to &#039;No&#039;, any person can test your survey using the survey URL – without logging in to the administration and without having to activate the survey first&lt;br /&gt;
*&#039;&#039;&#039;Filter HTML for XSS&#039;&#039;&#039;: It is turned &#039;on&#039; by default. They will not be authorized to use dangerous HTML tags in their survey/group/question/labels texts (JavaScript code, for instance). The idea behind this is to prevent a survey operator to add a malicious script to get his permissions raised on your system. &#039;&#039;&#039;However, if you want to use any JavaScript in your surveys, you will need to switch this off&#039;&#039;&#039; (specific scripts for video hosting platforms can be used). &lt;br /&gt;
{{Hint|Text=The super admins never have their HTML filtered when saved or on public survey view. To see the effects of XSS filtering, it is advised to use a regular user account.}}&lt;br /&gt;
{{Alert|title=Warning|text=With XSS enabled, some parts of the expression manager system cannot be used: see [[ExpressionScript_-_Presentation#XSS security|XSS and ExpressionScript]].}}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Disable question script for XSS restricted user&#039;&#039;&#039; {{NewIn|4.1.0}}: Set to &#039;on&#039; by default, this mean simple user cannot add or update scripts in question editor. they can see it but don&#039;t update it. If you disable XSS protection, then this setting is not used. If you set it to &#039;off&#039;, then even with XSS filtering active, any user can add or update the script in question.&lt;br /&gt;
*&#039;&#039;&#039;Group member can only see own group&#039;&#039;&#039;: By default, non-admin users defined in the LimeSurvey management interface will only be able to see other users if they belong to at least one common group. If the administrator sets this to &#039;No&#039;, then the users can see all the users defined in the LimeSurvey [[Manage users|User Control panel]], regardless of the group they belong to&lt;br /&gt;
*&#039;&#039;&#039;IFrame embedding allowed&#039;&#039;&#039;: This option can be used to indicate whether a browser should be allowed to render the survey page in a &amp;lt;frame&amp;gt;, &amp;lt;iframe&amp;gt; or &amp;lt;object&amp;gt;. You can use this to avoid clickjacking attacks, by ensuring that your survey is not embedded into other sites. If you set it to &#039;Allow&#039; (the default value), there is no restriction. Setting this to &#039;Same origin&#039; will make the content to be loaded only if the survey runs on the same domain and port as the including &amp;lt;frame&amp;gt;, &amp;lt;iframe&amp;gt; or &amp;lt;object&amp;gt;&lt;br /&gt;
{{Alert|title=Attention|text=You need to update config.php file to really allow cookies to be used in iframe. See [[Optional_settings#Allow_usage_of_session_and_Csrf_Validation_in_iFrame_.28New_in_3.24.3_.29|Allow usage of session and CSRF Validation in iFrame]]}}&lt;br /&gt;
{{Hint|Text=When set to Same Origin : LimeSurvey add header&amp;lt;code&amp;gt;X-Frame-Options: SAMEORIGIN&amp;lt;/code&amp;gt;, else LimeSurvey don&#039;t add any X-Frame-Options. You can restrict yourself X-Frame-Options with server settings. [https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options More information on X-Frame-Options] }}&lt;br /&gt;
{{Hint|Text=Theoretically, it is working. However, this function might not work when it is enabled because it heavily depends on the used web browser and whether it allows iframes or not. Some server configuration restrict iframe embedded by default. }}  &lt;br /&gt;
*&#039;&#039;&#039;Force HTTPS&#039;&#039;&#039;: This is set by default to &amp;quot;Don&#039;t force on/off&amp;quot;. Switch the setting to &amp;quot;On&amp;quot; to force the connection to use HTTPS&lt;br /&gt;
{{Alert|title=Attention|text=If your server doesn&#039;t support HTTPS properly, you can lock yourself from the system! Therefore, click on the &#039;&#039;&#039;&amp;quot;check if this link works&amp;quot;&#039;&#039;&#039; located below the option. If the link does not work and you turn on HTTPS, LimeSurvey will break and you won&#039;t be able to access it.}} &lt;br /&gt;
{{Hint|Text=If you activate HTTPS mistakenly, you can deactivate it in application/config/config.php file, changing the value of  ssl_emergency_override to 1.}}&lt;br /&gt;
*&#039;&#039;&#039;IP whitelist for login or token access&#039;&#039;&#039;: This option can be used to exclude specific IPs from &amp;quot;max login attempts&amp;quot; checks done on the login screen as well as on the token access screen, so requests from those IPs are not blocked.&lt;br /&gt;
&lt;br /&gt;
==Presentation== &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Show question number and/or question code&#039;&#039;&#039;: What to be shown to the survey participants – the question number and/or the question code, both or none. There is also a fifth option in which this option can be selected by the survey admin. The question code is shown next to each question from the survey&lt;br /&gt;
*&#039;&#039;&#039;Repeating headings in array questions every X subquestions&#039;&#039;&#039;: If you use array type questions, you&#039;ll often have a lot of subquestions, which - when displayed on screen - take up more than one page. The repeat-headers setting lets you decide how many answers should be displayed before repeating the header information for the question. A good setting for this is around 25. If you don&#039;t want the headings to repeat at all, set this to 0&lt;br /&gt;
&amp;lt;/translate&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Show &amp;quot;There are X questions in this survey&amp;quot;&#039;&#039;&#039;: It shows the number of questions the survey contains to the user participants. The number of the questions right from the start of the survey. &lt;br /&gt;
*&#039;&#039;&#039;Font size of PDFs&#039;&#039;&#039;: 9 is the default size for normal text. The group title font size is the value introduced in this box plus two, while the font size of the survey&#039;s title is the value introduced in this box plus four. In the default case scenario, the PDF uses a font size of 9 for normal text, of 11 for group titles, and of 13 for the title of the survey&lt;br /&gt;
*&#039;&#039;&#039;Width of PDF header logo&#039;&#039;&#039;: the &#039;dimension&#039; of the PDF header logo. &#039;&#039;The logo appears only on the PDF file that includes the answers of the survey participants to a survey – a survey participant may wish to export his answers after completing the survey.&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;PDF header title&#039;&#039;&#039;: If it is left empty, the site name will be used. &#039;&#039;The PDF header title appears only on the PDF file that is the result of the survey participant&#039;s wish to export his answers after completing a survey.&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;PDF header string&#039;&#039;&#039;: If empty, the survey name will be used. &#039;&#039;The PDF header string appears only on the PDF file that is the result of the survey participant&#039;s wish to export his answers after completing a survey.&#039;&#039;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Show question group title and/or description&#039;&#039;&#039;: It works in the same manner as the &#039;&#039;&#039;Show question number and/or question code&#039;&#039;&#039; function. &lt;br /&gt;
*&#039;&#039;&#039;Show &#039;no answer&#039; option for non-mandatory questions&#039;&#039;&#039;: When a radio button/select type question that contains editable answers (i.e.: List &amp;amp; array questions) is not mandatory and the &amp;quot;show &#039;no answer&#039;&amp;quot; is also enabled (default), an additional entry &amp;quot;No answer&amp;quot; is shown for each subquestion - so that survey respondents may choose not to answer the question. You can select from the global settings one of the following options:&lt;br /&gt;
**&#039;&#039;Selectable&#039;&#039; : If the LimeSurvey administrator selects it, a survey administrator can choose whether his/her own survey displays the &amp;quot;no answer&amp;quot; option for non-mandatory questions or not (see the [[Presentation]] wiki section for more details)&lt;br /&gt;
**&#039;&#039;On&#039;&#039; (default value): If this option is chosen, all non-mandatory questions will contain the &amp;quot;no answer&amp;quot; option - this cannot be changed by the survey administrator because the global settings trump [[Survey settings|survey settings]]&lt;br /&gt;
**&#039;&#039;Off&#039;&#039; : If off, the non-mandatory questions will not display any &amp;quot;no answer&amp;quot; option - this cannot be changed by the survey administrator because the global settings trump the [[Survey settings|survey settings]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Show header in answers export PDFs&#039;&#039;&#039;: Turn it off (default) if you would like to see nothing in the header of the PDF that contains the answers of the respondents. If it is turned on, the following information will be displayed in the header of the PDF that contains the respondents&#039; answers&lt;br /&gt;
*&#039;&#039;&#039;Add gray background to questions in PDF&#039;&#039;&#039;: It is turned &#039;On&#039; by default. &#039;&#039;This function refers to export-responses PDFs.&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;PDF questions in bold&#039;&#039;&#039;: It is turned &#039;Off&#039; by default. &#039;&#039;This functions refer to export-responses PDFs.&lt;br /&gt;
*&#039;&#039;&#039;Borders around questions in PDF&#039;&#039;&#039;: It is turned &amp;quot;On&amp;quot; by default. &#039;&#039;This function refers to export-responses PDFs.&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Borders around responses in PDF&#039;&#039;&#039;: It is turned &amp;quot;On&amp;quot; by default. &#039;&#039;This function refers to export-responses PDFs.&#039;&lt;br /&gt;
&lt;br /&gt;
==Data Policy== &amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Show data policy on the surveylist page::&#039;&#039;&#039; Whether to display the &amp;quot;data policy&amp;quot; button on the survey list. On click this will display a button that shows a popup box(modal) with the &amp;quot;data policy&amp;quot; message.&lt;br /&gt;
*&#039;&#039;&#039;Show legal notice on the surveylist page:&#039;&#039;&#039; Whether to display the &amp;quot;legal notice&amp;quot; button on the survey list. On click this will display a button that shows a popup box(modal) with the &amp;quot;legal notice&amp;quot;.&lt;br /&gt;
*&#039;&#039;&#039;Data policy:&#039;&#039;&#039; Fill in the text box to add all the information related to your legal notice (e.g., rights, duties obligations).&lt;br /&gt;
*&#039;&#039;&#039;Legal notice:&#039;&#039;&#039; Fill in the text box to add all the information related to your survey data policy (e.g., where the data is stored, for how long, and so on).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] All the options from above influence &#039;&#039;&#039;only&#039;&#039;&#039; the parameters of the PDF which contain the answers/responses to a survey/questionnaire. Therefore, the options mentioned above influence only the PDF result of the &#039;answers export PDF&#039; function. &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] LimeSurvey also allows questionnaires to be printed and to be completed offline, but the export questionnaire PDF function is an experimental option and the output is far from being perfect. Its parameters can be modified either from the &#039;Style&#039; from the [https://manual.limesurvey.org/Exporting_a_survey_structure/en queXML PDF export page] or from the [https://manual.limesurvey.org/Optional_settings#Statistics_and_response_browsing config.php file].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Language== &amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Default site language&#039;&#039;&#039;: The default language that is used in your administration panel can be selected via this option. It also gives the default language for the public survey list if none is given&lt;br /&gt;
*&#039;&#039;&#039;Available languages&#039;&#039;&#039;: If you don&#039;t want all languages to be available in the &#039;default site language&#039; box, just remove them from the left box. This restricts the available language in survey by administrator.&lt;br /&gt;
&lt;br /&gt;
==Interfaces== &amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;RPC interface enabled&#039;&#039;&#039;: Using this feature you can activate/deactivate the LimeSurvey [[RemoteControl 2 API|RemoteControl2]] interface API, either using JSON-RPC (recommended) or XML-RPC&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;URL&#039;&#039;&#039;: http://&amp;lt;your_domain&amp;gt;/&amp;lt;your_limesurvey_dir&amp;gt;/index.php/admin/remotecontrol&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Publish API on /admin/remotecontrol&#039;&#039;&#039;: If you activate this option, then under the specified URL a brief description of the API functions will be available. Usually, you should not need to activate it and should only be activated for debug purposes in general.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#039;simplebox&#039;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Note:&#039;&#039;&#039; Please note that the remote control functionality is generally used by developers to access LimeSurvey from other applications (in this way, you are not restricted only to PHP). It is only recommended for advanced users. For more details on its usage, check the following [[RemoteControl 2 API|wiki section]] or join the [https://www.limesurvey.org/community/forums LimeSurvey forums].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Storage== &amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Storage&#039;&#039;&#039; settings in LimeSurvey&#039;s Global Settings allow administrators to manage file storage and database export limits.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Calculate storage&#039;&#039;&#039; – This button recalculates the total storage used by all uploaded files in LimeSurvey. Depending on the number of files, this process may take some time.&lt;br /&gt;
* &#039;&#039;&#039;Overwrite files with the same name&#039;&#039;&#039; – When enabled, files with the same name will be overwritten if uploaded, moved, or copied through the file manager. By default, this setting is disabled to prevent accidental data loss.&lt;br /&gt;
* &#039;&#039;&#039;Set limit in megabytes for direct download of the database&#039;&#039;&#039; – This option sets the maximum file size (in MB) for direct database downloads. The recommended value is &#039;&#039;&#039;256 MB&#039;&#039;&#039;, but a lower limit can be set if needed. A higher value may lead to performance issues, depending on the system configuration.&lt;br /&gt;
&lt;br /&gt;
These settings help manage file storage, prevent unnecessary duplicates, and optimize database downloads in LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=First_login_-_your_user_preferences&amp;diff=379826</id>
		<title>First login - your user preferences</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=First_login_-_your_user_preferences&amp;diff=379826"/>
		<updated>2025-04-08T11:38:28Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: added breadcrumb mode description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==First Login== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===With LimeSurvey Cloud=== &amp;lt;!--T:90--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
After creating your LimeSurvey account, you will receive an email. This email contains the account activation link. Click the link to access your newly created account. Clicking the link takes you to your account on the LimeSurvey website.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
You need to create a survey site before you can start creating and managing online surveys. Log in to your account and click Create survey site. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Create survey site&#039;&#039;&#039; link:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:NewSurveySiteSetupPage.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:91--&amp;gt;&lt;br /&gt;
To create your LimeSurvey site:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:92--&amp;gt;&lt;br /&gt;
(1) Enter your site name.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:93--&amp;gt;&lt;br /&gt;
(2) Choose a domain name from the dropdown menu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:94--&amp;gt;&lt;br /&gt;
(3) Choose a server location.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:95--&amp;gt;&lt;br /&gt;
(4) Click Save &amp;amp; Set Up LimeSurvey Site.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:96--&amp;gt;&lt;br /&gt;
The process can take up to 20 seconds. When the process is complete, the window will close and you will be taken back to your account page. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:97--&amp;gt;&lt;br /&gt;
You can now access your survey site by clicking View Survey Site at the top of the page. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:98--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:AccountHomePage.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Account login page: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
Sign in to your account using your LimeSurvey.org credentials:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:78--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LoginPage.png|0.75px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
You are ready to start creating surveys.&lt;br /&gt;
&lt;br /&gt;
==Change your password== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
To change your password, use the &#039;&#039;Forgot your password?&#039;&#039; button located on the LimeSurvey administration login page. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Forgotpassword.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
After completing the required fields, click the &#039;&#039;Check data&#039;&#039; button. You will receive an email with the necessary steps that need to be followed in order to reset your password.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
Another option to change your password is to do so from within your profile. Click your user name located in the upper right part of the screen (on the main LimeSurvey toolbar) and select the &#039;&#039;Your Profile&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:79--&amp;gt;&lt;br /&gt;
Click the &#039;&#039;&#039;Change password&#039;&#039;&#039; buttonː&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Profilechangepassword.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:80--&amp;gt;&lt;br /&gt;
Type the current password, and the new password twice. Then, save the new profile settings by clicking &#039;&#039;&#039;Save&#039;&#039;&#039; located in the upper right part of the screen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:81--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Forgotpassword_3.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:82--&amp;gt;&lt;br /&gt;
&amp;lt;hr width=&amp;quot;50%&amp;quot; style=&amp;quot;margin:auto&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
If you have superadmin permissions and one want to assist another user reset their password, you can do so by by using the &#039;&#039;User control panel&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyMenuUserManagement.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
From the &#039;&#039;Action&#039;&#039; column click the green pen that corresponds to the respective user and change their password. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:83--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyBleistiftSymbol.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:84--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#039;simplebox&#039;&amp;gt;[[File:help.png]] Check the wiki on [[Manage_users#User_management|the LimeSurvey user management functions]] for more information.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===With LimeSurvey Cloud=== &amp;lt;!--T:99--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
If you use [https://www.limesurvey.org/editions-and-prices/limesurvey-pro/editions-and-prices-professional LimeSurvey Pro], you can also reset your password from your [https://www.limesurvey.org/your-account/your-limesurvey-profile LimeSurvey profile]. From your LimeSurvey profile, click &#039;&#039;INSTALLATIONS&#039;&#039; (under the Profile Menu). Look for the &#039;&#039;RESET PASSWORD NOW&#039;&#039; button located in an orange box. Click it and a random password will be generated immediately. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
{{Alert|It may take a few minutes for the changes to take effect - ca. 2 minutes.}}&lt;br /&gt;
&lt;br /&gt;
=Your account preferences= &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
To change your user preferences, click your username which is shown on the LimeSurvey main toolbar and then click &#039;&#039;&#039;Your account&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:userprofile.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
Your account preferences toolbar contains four tabs:&lt;br /&gt;
*&#039;&#039;&#039;[[First_login_-_your_user_preferences#My profile|My profile]]&#039;&#039;&#039;: General details about your account;&lt;br /&gt;
*&#039;&#039;&#039;[[First_login_-_your_user_preferences#My personal settings|My personal settings]]&#039;&#039;&#039;: The user can choose the interface language and/or select other LimeSurvey-related editing modes;&lt;br /&gt;
*&#039;&#039;&#039;[[First_login_-_your_user_preferences#My personal menus|My personal menus]]&#039;&#039;&#039;{{NewIn|3.0}}: A list with the survey menus created by the respective user; &lt;br /&gt;
*&#039;&#039;&#039;[[First_login_-_your_user_preferences#My personal menu entries|My personal menu entries]]&#039;&#039;&#039;{{NewIn|3.0}}: A list with those menu entries that were created by the user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Toolbaruserpreferences.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==My profile== &amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
The following options are found under the &#039;&#039;My profile&#039;&#039; tab:&lt;br /&gt;
*&#039;&#039;&#039;Username&#039;&#039;&#039;: Once created, it cannot be changed from the LimeSurvey interface. We recommend creating another user name instead of editing the configuration of your LimeSurvey installation;&lt;br /&gt;
*&#039;&#039;&#039;Email&#039;&#039;&#039;: Type your new e-mail and click the &#039;Save&#039; button to save the settings;&lt;br /&gt;
*&#039;&#039;&#039;Full name&#039;&#039;&#039;: The name of the administrator;&lt;br /&gt;
*&#039;&#039;&#039;Password&#039;&#039;&#039; &amp;amp; &#039;&#039;&#039;Repeat password&#039;&#039;&#039;: If you want to change your password, type the new password twice and click the &#039;Save&#039; button.&lt;br /&gt;
&lt;br /&gt;
==My personal settings== &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Interface language&#039;&#039;&#039;: The language of the Limesurvey administrative interface;&lt;br /&gt;
*&#039;&#039;&#039;HTML editor mode&#039;&#039;&#039;: The inclusion of an integrated HTML editor;&lt;br /&gt;
*&#039;&#039;&#039;Question type selector&#039;&#039;&#039;: If &#039;Full selector&#039; option is chosen, then a question preview will be shown when selecting the type of a new question to be added into the survey;&lt;br /&gt;
*&#039;&#039;&#039;Template editor mode&#039;&#039;&#039;: If &#039;full template editor&#039; is selected, syntax highlighting will be used in the [[The template editor|LimeSurvey template editor]]; &lt;br /&gt;
*&#039;&#039;&#039;Date format&#039;&#039;&#039;: chooses the default date format used in the administration interface.&lt;br /&gt;
*&#039;&#039;&#039;Show script field&#039;&#039;&#039;: The script field is specially intended for entering JavaScript while editing questions. This setting controls if it should be shown or not.&lt;br /&gt;
*&#039;&#039;&#039;Directly show edit mode&#039;&#039;&#039;: Indicates if edit mode should be shown by default when entering a question.&lt;br /&gt;
*&#039;&#039;&#039;Non-Numerical answer option prefix&#039;&#039;&#039;: Prefix to be used for answer options. It should be non numerical. If the prefix is &amp;quot;AO&amp;quot;, answer options would be, for example, &amp;quot;AO001&amp;quot;.&lt;br /&gt;
*&#039;&#039;&#039;Non-Numerical subquestions prefix&#039;&#039;&#039;: Prefix to be used for for subquestions. It should be non numerical. If the prefix is &amp;quot;SQ&amp;quot;, answer options would be, for example, &amp;quot;SQ001&amp;quot;.&lt;br /&gt;
*&#039;&#039;&#039;Lock question organizer in sidebar by default&#039;&#039;&#039;: If the question organizer should be shown or hide in the side bar.&lt;br /&gt;
*&#039;&#039;&#039;Create example question group and question&#039;&#039;&#039;: This setting specifies if an example question group and question should be created automatically after creating a new survey.&lt;br /&gt;
*&#039;&#039;&#039;Breadcrumb mode&#039;&#039;&#039;: User can choose between short and long breadcrumb representation. Default is set to short, and long variant provides additional information (survey id, group id, question id).&lt;br /&gt;
&lt;br /&gt;
===Interface language=== &amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:58--&amp;gt;&lt;br /&gt;
You can select the administrative language preference during log in by using the dropdown list as shown below. After a successful login, the LimeSurvey interface will change to the chosen language. The system will record this preference setting in your profile and make it the default for your next login.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:login language.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
&amp;lt;!--T15--&amp;gt;Some LimeSurvey setups hide or skip the login page to enable common authentication inside other applications. In this case, you won&#039;t have access to select the language. However, you can change your language preference from your account preferences. Access your account preferences by clicking your user name located in the upper right side of your browser and then the &#039;&#039;Your account&#039;&#039; button. Next, click the &#039;&#039;&#039;Your personal settings&#039;&#039;&#039; tab and select your desired language from the dropdown list located under &#039;&#039;&#039;Interface language&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Selection 007.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===HTML editor mode=== &amp;lt;!--T:62--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
There is an &#039;&#039;&#039;HTML editor&#039;&#039;&#039; integrated into LimeSurvey. This tool will help you develop rich formatting for your surveys, groups, questions, and answer text; for tables, and images.  But as this editor takes extra space on the screen and resources on the computer, it is not always desirable to use. Therefore, four options are provided by LimeSurvey: &#039;&#039;&#039;default&#039;&#039;&#039;, &#039;&#039;&#039;inline HTML editor&#039;&#039;&#039; (selected by default), &#039;&#039;&#039;popup HTML editor&#039;&#039;&#039;, and &#039;&#039;&#039;no HTML editor&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Default==== &amp;lt;!--T:63--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:77--&amp;gt;&lt;br /&gt;
If the &amp;quot;default&amp;quot; option is selected, you will inherit the HTML editor mode selected by the superadminstrator from the [[Global settings#General|global settings]] of the LimeSurvey installation.&lt;br /&gt;
&lt;br /&gt;
====Inline==== &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
In this case, the &#039;&#039;&#039;HTML editor&#039;&#039;&#039; is always used in-line on the page. It also represents the &#039;default&#039; value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:InlineMode1.PNG]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Popup==== &amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
The normal text editor is used, but the &#039;&#039;&#039;HTML editor&#039;&#039;&#039; is available as a pop-up option. You can always get to the &#039;&#039;&#039;HTML editor&#039;&#039;&#039; by clicking on the icon on the right of the normal text editor window as shown for the &#039;&#039;&#039;popup&#039;&#039;&#039; option below&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Popup1.PNG]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Fullscreen{{ObsoleteIn|3.0}}===== &amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
This option is available only for inline editor. It allows you to increase the size of the editor to fill the browser window and then decrease it back later.{{ObsoleteIn|3.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:InlineMode2.PNG]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
When switching between which editor you use, the last used editor before logout is recorded in your profile and will become the default at your next login.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
Please note that when editing answers and labels, the normal text editor (or &#039;Popup&#039; mode) is always used because of the larger number of windows.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:64--&amp;gt;&lt;br /&gt;
{{Note|You can change the size of the HTML editor box by clicking on the bottom right corner of the editor.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:65--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:ExtendsizeHTML.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Source code mode==== &amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
If you want to paste HTML or Javascript code directly, you must switch to the &#039;&#039;&#039;source code&#039;&#039;&#039; mode. This option is not available in your personal settings. However, it can be selected from the HTML editor menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:source_code_mode.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
You must [[Global settings#Security|disable the &#039;&#039;Filter HTML for XSS&#039;&#039; setting]] in order to store code entered in the source code mode (or to have superadmin permissions).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:66--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:SourceCodeMode.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====No HTML editor==== &amp;lt;!--T:67--&amp;gt;&lt;br /&gt;
If you do not want to use an HTML editor, select this option. You will be able to use only simple text in the surveys. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Hint&#039;&#039;&#039;: Why not always choose the &#039;&#039;&#039;HTML Editor&#039;&#039;&#039;? Depending on your use of LimeSurvey, there may be many text boxes on a single page, each with a copy of the editor. For instance, when editing the email text for a survey invitation that is offered in 5 languages, you can then have a total of 20 inline &#039;&#039;&#039;HTML editors&#039;&#039;&#039; active on the page. Each instance takes a fair amount of resources and will likely cause issues on your browser. So, if you work with multiple language surveys, we recommend you stick with the normal text editor or &#039;Popup&#039; setting.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Question type selector=== &amp;lt;!--T:68--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:69--&amp;gt;&lt;br /&gt;
Choose &#039;Full selector&#039; to get a question type selector with preview and &#039;Simple selector&#039; to get a plain select box. The &#039;default&#039; option corresponds to the option selected in the [[Global settings|global settings]] of the LimeSurvey installation.&lt;br /&gt;
&lt;br /&gt;
===Template editor mode=== &amp;lt;!--T:70--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:71--&amp;gt;&lt;br /&gt;
Three options are available: &#039;default&#039;, &#039;full template editor&#039;, and &#039;simple template editor&#039;. Choose &#039;Full template editor&#039; to get an enhanced editor (with syntax-highlighting) when editing survey templates and &#039;Simple template editor&#039; to get a plain editor field. The &#039;default&#039; option corresponds to the option selected in the [[Global settings|global settings]] of the LimeSurvey installation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:72--&amp;gt;&lt;br /&gt;
{{Note|For a more comprehensive presentation of our template editor, check the [[The template editor|following wiki]].}}&lt;br /&gt;
&lt;br /&gt;
===Date format=== &amp;lt;!--T:73--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
This setting sets the date format for your profile (e.g. when you browse the survey results or for other settings located in the administration panel). It does &#039;&#039;&#039;not&#039;&#039;&#039; affect the actual surveys.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
When creating a date/time question, you can set the date/time format when you edit/add a question. After you have chosen the &#039;&#039;&#039;date/time&#039;&#039;&#039; question format, type in the desired format you would like to use in the boxes located under the Input and Display tabs. For extra information, hover the mouse over the heading of each box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:74--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:DateTimeFormatSurvey.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==My personal menus== &amp;lt;!--T:75--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:86--&amp;gt;&lt;br /&gt;
You can visualise here the customized menus that are available to you or the ones you created via the [[Menu configuration|menu configuration option]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:87--&amp;gt;&lt;br /&gt;
To start editing them, access the &#039;&#039;&#039;Menu configuration&#039;&#039;&#039; option located within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
==My personal menu entries== &amp;lt;!--T:76--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:88--&amp;gt;&lt;br /&gt;
You can visualise here the customized menus entries that are available to you or the ones you created via the [[Menu entries configuration|menu entries configuration option]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:89--&amp;gt;&lt;br /&gt;
To edit them, you need to access the &#039;&#039;&#039;Menu entries configuration&#039;&#039;&#039; option located within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Manage_users&amp;diff=378697</id>
		<title>Manage users</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Manage_users&amp;diff=378697"/>
		<updated>2024-09-13T16:46:00Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: updated instructions for create user form&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= User management= &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:76--&amp;gt;&lt;br /&gt;
The user management tool allows you to add additional administration users to LimeSurvey. We refer to them as  &#039;users&#039;.  Do not confuse them with [[Survey participants|survey participants]] (respondents).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Create users== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
To create a new user, open the user management dialog by clicking on &#039;&#039;&#039;Configuration&#039;&#039;&#039; (located on the main LimeSurvey toolbar) -&amp;gt; &#039;&#039;&#039;User management&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyMenuUserManagement.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:77--&amp;gt;&lt;br /&gt;
Then, click &#039;&#039;&#039;Add user&#039;&#039;&#039; located in the upper right area of &#039;&#039;&#039;User control&#039;&#039;&#039; table. A window will be displayed asking you to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
* Enter the desired username into the &#039;&#039;&#039;Username&#039;&#039;&#039; field.&lt;br /&gt;
* Enter the email address into the &#039;&#039;&#039;Email&#039;&#039;&#039; field. Please note that:&lt;br /&gt;
** LimeSurvey sends out a confirmation email to the address entered into the &#039;&#039;&#039;Email&#039;&#039;&#039; field. This email address will be used as the standard contact email address for surveys created by the respective user.&lt;br /&gt;
** If you do not want the user to receive the confirmation email with a link to the LimeSurvey application, username, and password, you can use your own email address to send the confirmation email to you. After that, you can change the email address to the address of the user.&lt;br /&gt;
* Enter user&#039;s full name into the &#039;&#039;&#039;Full name&#039;&#039;&#039; field. Please note that the full name entered here will be used as the standard contact person name for surveys created by the respective user.&lt;br /&gt;
* You can optionally use &#039;&#039;&#039;Expiry date/time&#039;&#039;&#039; if you want to set expiry date for newly created user. After that date/time the user will not be able to log in any more.&lt;br /&gt;
* You can also optionally set user&#039;s starting password, but please advise them to change it after their initial log in.&lt;br /&gt;
* Click &#039;&#039;&#039;Save&#039;&#039;&#039; to create the new user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:98--&amp;gt;&lt;br /&gt;
Note that password complexity is enforced and validated by the PasswordRequirement plugin.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:78--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Add_user_6x.png|500px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
You have now created your first user. To find out more about [[Manage users#Set global permissions for a user|setting user permissions]], please read on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:79--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyBleistiftSymbol.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:80--&amp;gt;&lt;br /&gt;
Below you can see four options under the &#039;&#039;&#039;Action&#039;&#039;&#039; column that allow you to:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:93--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Edit users.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:81--&amp;gt;&lt;br /&gt;
*edit the general aspects of a user - by clicking the pen symbol.&lt;br /&gt;
*delete the user from the survey administrators database - by clicking the trash button.&lt;br /&gt;
*set global permissions for a user - by clicking the lock symbol.&lt;br /&gt;
*set theme permissions for a user - by clicking the pen-and-lock symbol.&lt;br /&gt;
&lt;br /&gt;
==Edit user== &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
Click the pen icon to edit user information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
You can enter a new email address, name, and change their password. Click &#039;&#039;&#039;Save&#039;&#039;&#039; to confirm changes.&lt;br /&gt;
&lt;br /&gt;
==Delete user== &amp;lt;!--T:82--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
To delete a user account, click the corresponding trash icon (located on the same line as the user account you want to delete) and click &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Set global permissions for a user== &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:83--&amp;gt;&lt;br /&gt;
{{Alert|Global permissions apply to the whole LimeSurvey application. If you want to set permissions only for a specific survey, you can use the [[Manage users#Setting permissions for a single survey|survey permissions settings]].}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
To set global permissions for a user, click the lock symbol.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:User_global_permission.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:65--&amp;gt;&lt;br /&gt;
The CRUD (create, read, update, and delete) system is employed (as it is in the [[Manage users#Setting permissions for a single survey|survey permission settings]]). For more user permission options, we recommend extending the matrix using the double-right arrowhead, which is located in its upper right corner. If you check the first box, all the CRUD permissions in that row are automatically checked. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:63--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:User_global_permission_complete.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
You can now add or remove the following permissions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:73--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Participant panel&#039;&#039;&#039;: For more details, continue reading about the [[Central Participant Database|central participant database here]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:72--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Label sets&#039;&#039;&#039;: Permission to create, view, update, delete, export, and import label sets. The label sets do not have specific permissions (unlike themes).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:68--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Settings &amp;amp; Plugins&#039;&#039;&#039;: With this permission a user can check data integrity, save the SQL database to an .sql file, manage global settings, view the PHP info in the global settings, and manage all plugins.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:97--&amp;gt;&lt;br /&gt;
*  &#039;&#039;&#039;Survey groups&#039;&#039;&#039;{{NewIn|v=4.4.0}}: Give access to all surveys&#039; group. To allow user to manage their own surveys&#039; group, give the user the &#039;create&#039; permission. A creator of a surveys&#039; group are (by default) the owner of this surveys&#039; group. &lt;br /&gt;
{{Note|Permission on a surveys group does not give all permissions on surveys, but a user can give permissions on all surveys in surveys&#039; group}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:67--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Surveys&#039;&#039;&#039;: Gives access to all surveys. To allow a user to only create and manage their own survey, give the user the &#039;create&#039; permission. A creator of a survey is the owner of the survey and will always be able to manage it. Remember that each survey can grant different permissions . &lt;br /&gt;
{{Note|&#039;&#039;&#039;The global permission is applied before the survey-specific permission!&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:71--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Themes&#039;&#039;&#039;: Allows the user to use all the available design themes and edit all non-standard themes. A person with this permission should have sufficient knowledge in terms of HTML, Javascript, and CSS. If a user is not familiar with these things and is supposed to use a specific design themes, it would be better to only give them &#039;read&#039; permission. Each theme can have specific permissions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:70--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;User groups&#039;&#039;&#039;: Allows a user to create/view/update/delete user groups.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:69--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Users&#039;&#039;&#039;: A user can create, modify, and delete their own administration users with this permission. The newly created users cannot have higher permissions than the parent user. You will also not be able to edit users owned by other administration users. If this has to be done, then a Superadministrator permission must be granted.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:66--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Superadministrator&#039;&#039;&#039;: Can only be added by other Superadministrator with this setting as update and grants full permission to the whole LimeSurvey application, including installing plugins and using any kind of content (including JavaScript) in survey content. (see also [[Global_settings#Security|global security settings]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:84--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Use internal database authentication&#039;&#039;&#039;: Allows users to access LimeSurvey&#039;s panel via the authentication page (e.g. &#039;&#039;http://domain/admin/authentication/sa/login&#039;&#039;). If it is unchecked and the respective user tries to connect to LimeSuvey&#039;s panel, they will get the following error: &#039;Internal database authentication method is not allowed for this user&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:95--&amp;gt;&lt;br /&gt;
{{Note|All the permissions mentioned above that belong to the [[Optional_settings#Security|forced super administrator]] cannot be removed via the GUI.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Import and export users== &amp;lt;!--T:99--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:100--&amp;gt;&lt;br /&gt;
You can import and export users in CSV and JSON format by using these buttons on User Management page.&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:ImportExportButtons.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:101--&amp;gt;&lt;br /&gt;
When you are importing users, a modal opens that shows you which fields should be present. You can choose to overwrite existing users by selecting this checkbox.&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:ImportUsersModal.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:102--&amp;gt;&lt;br /&gt;
Example of the JSON structure:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:104--&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;json&amp;quot;&amp;gt;&lt;br /&gt;
[&lt;br /&gt;
	{&lt;br /&gt;
		&amp;quot;uid&amp;quot;: 1,&lt;br /&gt;
		&amp;quot;users_name&amp;quot;: &amp;quot;admin2&amp;quot;,&lt;br /&gt;
		&amp;quot;full_name&amp;quot;: &amp;quot;Administrator&amp;quot;,&lt;br /&gt;
		&amp;quot;email&amp;quot;: &amp;quot;your-email@example.net&amp;quot;,&lt;br /&gt;
		&amp;quot;lang&amp;quot;: &amp;quot;en&amp;quot;,&lt;br /&gt;
		&amp;quot;password&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		&amp;quot;uid&amp;quot;: 2,&lt;br /&gt;
		&amp;quot;users_name&amp;quot;: &amp;quot;ben2&amp;quot;,&lt;br /&gt;
		&amp;quot;full_name&amp;quot;: &amp;quot;Ben Alister&amp;quot;,&lt;br /&gt;
		&amp;quot;email&amp;quot;: &amp;quot;ben@test.ing&amp;quot;,&lt;br /&gt;
		&amp;quot;lang&amp;quot;: &amp;quot;auto&amp;quot;,&lt;br /&gt;
		&amp;quot;password&amp;quot;: &amp;quot;test!123&amp;quot;&lt;br /&gt;
	}&lt;br /&gt;
]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:103--&amp;gt;&lt;br /&gt;
Example of the CSV structure:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:105--&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
uid;users_name;full_name;email;lang;password&lt;br /&gt;
1;admin;Administrator;your-email@example.net;en;&lt;br /&gt;
2;ben;&amp;quot;Ben Alister&amp;quot;;ben@test.ing;auto;test!123&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Set theme permissions for a user== &amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
With theme permissions, you can decide which design themes a user can select when creating or editing a survey. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
If you have specific design themes for a group of users or customers, you can restrict their access to other themes to ensure that they use only themes created for them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
To set or edit the themes permissions for a user, click the pen-and-lock symbol for design themes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveySetDesignTemplatesLS.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
Select the design themes to which the respective user or user groups should have access. After you finished your selection or deselection, do not forget to click &#039;&#039;&#039;Save&#039;&#039;&#039;: [[File:Save.png|0.75px]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
To better understand this function, view [[Manage users#Examples|the examples provided below]].&lt;br /&gt;
&lt;br /&gt;
==Activate and deactivate users== &amp;lt;!--T:106--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:107--&amp;gt;&lt;br /&gt;
{{FeatureStarting|6.4.0}}&lt;br /&gt;
It&#039;s possible to mark a user as activated or deactivated.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:108--&amp;gt;&lt;br /&gt;
A deactivated user is not able to log in to the admin interface.&lt;br /&gt;
&lt;br /&gt;
=Use one-time passwords= &amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
A user can call the LimeSurvey login at /limesurvey/admin and enter a username and a one-time password (which was previously written into the users table - &#039;&#039;column one_time_pw&#039;&#039; - by an external application).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
To enable this login method, the line [[Optional settings#Use_one_time_passwords|&amp;lt;code&amp;gt;&#039;use_one_time_passwords&#039; =&amp;gt; true;&amp;lt;/code&amp;gt;]] has to be added to config.php (it is &#039;false&#039; by default) . &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
The URL has to contain the following variables:&lt;br /&gt;
* &#039;&#039;&#039;user:&#039;&#039;&#039; The username normally used to login into LimeSurvey. This username has to exist in the &#039;users&#039; table of the database.&lt;br /&gt;
* &#039;&#039;&#039;onepass:&#039;&#039;&#039; The plain text password which is then compared to the password in the &#039;users&#039; table&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
A valid URL to login using a one-time password will look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;http://www.yourdomain.org/limesurvey/index.php/admin/authentication/login?user=myusername&amp;amp;onepass=secretpassword&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:94--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#039;simplebox&#039;&amp;gt; [[File:help.png]] The &#039;secretpassword&#039; field is plain text, not a SHA 256 hash.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Things to watch out for:&#039;&#039;&#039;&lt;br /&gt;
* To enable this login method, the line [[Optional settings#Use_one_time_passwords|&amp;lt;code&amp;gt;&#039;use_one_time_passwords&#039; =&amp;gt; true&amp;lt;/code&amp;gt;]] has to be added in config.php (it is &#039;false&#039; by default).&lt;br /&gt;
* The passed username has to exist in the LimeSurvey &#039;&#039;users table&#039;&#039;.&lt;br /&gt;
* The one-time password (which can be set via an external application) has to be stored as [https://secure.php.net/manual/en/function.md5.php MD5 hash] in the column &#039;&#039;one_time_pw&#039;&#039; of table &#039;&#039;users&#039;&#039;.&lt;br /&gt;
* The passed plain text password will be hashed using the sha256 function and will then compared to the stored hash in column &#039;&#039;one_time_pw&#039;&#039; of table &#039;&#039;users&#039;&#039;. Both passwords have to match.&lt;br /&gt;
* After the first login with the one-time password, it gets deleted from the database. The user won&#039;t be able to log in with that respective password a second time.&lt;br /&gt;
&lt;br /&gt;
=Set permissions for a single survey= &amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
These permissions only apply for a single survey. If you want to set permissions for the whole system, you can use [[Manage users#Set global permissions for a user|global permissions]].&lt;br /&gt;
These permissions can be offered either to a single user or to a user group.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
{{Alert|title=Attention|text=An existing user account is required to set permissions for a single survey. If the account doesn&#039;t exist, you have to create it first and then change the survey permissions. The same applies to offering survey permissions to a user group. Besides the necessity to have one created, you also need to add at least one user to that group in order to be able to select it and grant it survey permissions.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:96--&amp;gt;&lt;br /&gt;
{{Note| By default, an user (non-admin) cannot grant survey permissions to users that are not part of the same group as the survey administrator. This is a security option enabled by &#039;&#039;&#039;default&#039;&#039;&#039; in LimeSurvey. To change this, you need to deactivate option [[Global_settings#Security|Group member can only see own group]], located in the &#039;&#039;&#039;Global settings&#039;&#039;&#039;, under the &#039;&#039;&#039;Security tab&#039;&#039;&#039;. However, if you feel unsure about disabling this option, you can create groups containing those users that can be seen and be granted survey permissions by a survey creator.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
To change the survey permissions, click the &#039;&#039;&#039;Settings&#039;&#039;&#039; tab. Then, click &#039;&#039;&#039;Survey permissions&#039;&#039;&#039; and choose to whom would you like to offer permissions. The permissions can be offered either separately to specific users or to a user group.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveySurveyPermissions.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:85--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveySurveyPermissionsRights.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grant survey permissions to a user== &amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
In the next step, select the user that will receive survey permissions and click &#039;&#039;&#039;Add user&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyAddSurveyPermission.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
After you click &#039;&#039;&#039;Set survey permissions&#039;&#039;&#039;, the user&#039;s survey permissions matrix will be shown.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyUserPermissionMatrix.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
You can set in this matrix the user&#039;s survey permissions. Checking a box grants survey permissions to the respective user. If you click a checkbox from the first column, all the permissions of the corresponding line will be selected/removed. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
Click the double-right arrowhead to access the extended version of the matrix to choose specifically the actions that can be performed by a user.&lt;br /&gt;
After you finished editing the survey permissions, click &#039;&#039;&#039;Save&#039;&#039;&#039;, which is located in the upper right corner of the screen.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
Some examples are provided [[Manage_users#Examples|below]] in order to help you get a better understanding of Limesurvey&#039;s survey permissions system.&lt;br /&gt;
&lt;br /&gt;
==Grant survey permissions to a user group== &amp;lt;!--T:86--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:87--&amp;gt;&lt;br /&gt;
Click &#039;&#039;&#039;add a user group&#039;&#039;&#039; and select the user group to which you would like to add the permission permissions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:88--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyPermissionpermissionsUserGroup.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:89--&amp;gt;&lt;br /&gt;
In the next step,  select  the permissions that you will allocate to the members of that user group. Do not forget to click the double right arrowhead to get an extended view of the permissions matrix.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:90--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:UserGroupSurveyPermissions.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
After you have finished editing the survey permissions, click &#039;&#039;&#039;Save&#039;&#039;&#039;, which is located in the upper right part of the screen.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:91--&amp;gt;&lt;br /&gt;
Some examples are provided [[Manage_users#Examples|below]] to help you get a better understanding of the Limesurvey&#039;s survey permissions system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:92--&amp;gt;&lt;br /&gt;
{{Note|[[Manage user groups|The user group function]] is still experimental. Use our [https://bugs.limesurvey.org/ bugs tracker] to describe any kind of inconsistencies.}}&lt;br /&gt;
&lt;br /&gt;
=Examples= &amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
Different scenarios are presented below. They provide some advice about which permissions are necessary for some specific tasks and how they can be granted to the users.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Add new LimeSurvey administrator== &amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
* Log in as &#039;&#039;&#039;admin&#039;&#039;&#039;.&lt;br /&gt;
* Create a new user account.&lt;br /&gt;
* Grant that user the &#039;&#039;&#039;Superadministrator&#039;&#039;&#039; permission.&lt;br /&gt;
* &#039;&#039;Not necessary&#039;&#039; : Setting the theme permissions (&#039;&#039;&#039;Superadministrator&#039;&#039;&#039; has all permissions for all themes).&lt;br /&gt;
* &#039;&#039;Not necessary&#039;&#039; : Setting the survey permissions (&#039;&#039;&#039;Superadministrator&#039;&#039;&#039; has all permissions for all surveys).&lt;br /&gt;
&lt;br /&gt;
==A new user wants to create their own surveys== &amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
* Log in as &#039;&#039;&#039;admin&#039;&#039;&#039; (or as a user that has the &#039;&#039;&#039;Superadministrator&#039;&#039;&#039; permission).&lt;br /&gt;
* Create a new user account.&lt;br /&gt;
* Set global permissions for that user to &#039;&#039;&#039;Create survey&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Optional&#039;&#039; : Set theme permissions - select which theme(s) should be used by the user/user group.&lt;br /&gt;
&lt;br /&gt;
==The creator of a survey needs to give another person permission to edit their survey== &amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
* Log in as &#039;&#039;&#039;admin&#039;&#039;&#039; (or as a user that has the &#039;&#039;&#039;Superadministrator&#039;&#039;&#039; permission).&lt;br /&gt;
* Create a new user account.&lt;br /&gt;
* Set &#039;&#039;&#039;no global permissions&#039;&#039;&#039; for user.&lt;br /&gt;
* Set &#039;&#039;&#039;no theme permissions&#039;&#039;&#039; for user.&lt;br /&gt;
* Set the survey permissions the way you want. If he/she should receive all the survey permissions, you can check the first box from each row. Otherwise, click on the double-right arrowhead to see the expanded matrix (upper right corner) and select only those permissions you believe the respective user should have.&lt;br /&gt;
&lt;br /&gt;
==A person responsible for the survey wants to view and export survey results== &amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
* Log in as &#039;&#039;&#039;admin&#039;&#039;&#039; (or as a user that has the &#039;&#039;&#039;Superadministrator&#039;&#039;&#039; permission).&lt;br /&gt;
* Create a new user account.&lt;br /&gt;
* Set &#039;&#039;&#039;no global permissions&#039;&#039;&#039; for user.&lt;br /&gt;
* Set &#039;&#039;&#039;no theme permissions&#039;&#039;&#039; for user.&lt;br /&gt;
* Set survey permissions to: &#039;&#039;&#039;Responses&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;View/read&#039;&#039;&#039; and &#039;&#039;&#039;export&#039;&#039;&#039;, and &#039;&#039;&#039;Statistics&#039;&#039;&#039;: &#039;&#039;&#039;View/read&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyCusomerOwnStatistics.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Granting permission for help with translation of a survey== &amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
* Log in as &#039;&#039;admin&#039;&#039; (or as a user that has the &#039;&#039;Superadministrator&#039;&#039; permission).&lt;br /&gt;
* Create &#039;&#039;n&#039;&#039; user accounts (where n is the number of translators).&lt;br /&gt;
* Create a user group called &#039;&#039;Translators&#039;&#039; and add the &#039;&#039;n&#039;&#039; accounts to this group.&lt;br /&gt;
* Go to the &#039;&#039;&#039;Survey permissions&#039;&#039;&#039; and click on &#039;&#039;&#039;Add a user group&#039;&#039;&#039;.&lt;br /&gt;
* If they only do translations, then offer them the &#039;&#039;&#039;Quick translation&#039;&#039;&#039; permission.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
{{Note|Check our [[LimeSurvey Users|wiki section on users]] and their classification as it can be found in the code and documentation.}}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=File:Add_user_6x.png&amp;diff=378696</id>
		<title>File:Add user 6x.png</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=File:Add_user_6x.png&amp;diff=378696"/>
		<updated>2024-09-13T16:36:53Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: modal with the form to add a new user&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
modal with the form to add a new user&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual&amp;diff=377452</id>
		<title>LimeSurvey Manual</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual&amp;diff=377452"/>
		<updated>2024-05-22T14:21:31Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot; style= &amp;quot;margin-top:1em;background-color:#eeffee;-webkit-box-shadow: 0 10px 6px -6px #777;-moz-box-shadow: 0 10px 6px -6px #777;box-shadow: 0 10px 6px -6px #777;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&#039;font-size:188%&#039;&amp;gt;&#039;&#039;&#039;&amp;lt;translate&amp;gt;&amp;lt;!--T:48--&amp;gt; Help us to update this manual!&amp;lt;/translate&amp;gt;&#039;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&#039;&#039;&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:49--&amp;gt; This manual is a Wiki - just log in with your LimeSurvey.org account and start editing!&amp;lt;/translate&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=General= &amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:right;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
Main chapters:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
#[[LimeSurvey PRO vs LimeSurvey CE/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:51--&amp;gt; LimeSurvey Cloud vs LimeSurvey CE&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Quick start guide - LimeSurvey 3.0+/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:52--&amp;gt; LimeSurvey Cloud - Quick start guide&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Installation - LimeSurvey CE/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:53--&amp;gt; LimeSurvey CE - Installation&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[How to design a good survey (guide)/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:54--&amp;gt; How to design a good survey (Guide)&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Getting started/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:55--&amp;gt; Getting started&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Administering LimeSurvey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:56--&amp;gt; LimeSurvey configuration&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Surveys - introduction/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:57--&amp;gt; Introduction - Surveys&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Survey settings/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:58--&amp;gt; View survey settings&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Survey menu/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:59--&amp;gt; View survey menu&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Survey structure/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:60--&amp;gt; View survey structure&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Questions - introduction/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:61--&amp;gt; Introduction - Questions&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Question groups - introduction/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:62--&amp;gt; Introduction - Question Groups&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Surveys - management/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:63--&amp;gt; Introduction - Surveys - Management&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Survey toolbar options/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:64--&amp;gt; Survey toolbar options&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Multilingual survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:65--&amp;gt; Multilingual survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[ExpressionScript Engine - Quick start guide/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:66--&amp;gt; Quick start guide - ExpressionScript&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Not categorized and advanced features/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:67--&amp;gt; Advanced features&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[General FAQ/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:68--&amp;gt; General FAQ&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Troubleshooting/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:69--&amp;gt; Troubleshooting&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Workarounds/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:70--&amp;gt; Workarounds&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[License/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:71--&amp;gt; License&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Version change log/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:72--&amp;gt; Version change log&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
#[[Plugins - advanced/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:73--&amp;gt; Plugins - Advanced&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;tvar|limesurvey&amp;gt;[https://www.limesurvey.org/{{PAGELANGUAGE}} LimeSurvey]&amp;lt;/&amp;gt; allows users to quickly create intuitive, powerful online forms and surveys that can work for anyone from small business to large business. The survey software is self-guiding for the respondents. This manual shows how to install the application on your own server (although we strongly recommend our Cloud version for full support), administer the installation, as well as support survey creators, administrators, and users who need to generate reports.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
There has been a big ramp-up in development within the last few years, leading to many new features and changes. Make sure to upgrade to the [&amp;lt;tvar|url&amp;gt;https://community.limesurvey.org/downloads/&amp;lt;/&amp;gt; latest version] of [https://www.limesurvey.org/ LimeSurvey] to make use of the capabilities highlighted here, If you prefer using the web version then skip the downloading.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
The main chapters of the manual are located in the box to the right.  You can also scroll down further on this page to see the complete table of contents and go directly to the topic you are interested in.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;search box&#039;&#039;&#039; (upper right corner of the wiki), our [[General FAQ]], and [[Workarounds]] list will help you if you have any concerns. If you are looking for community help, join our [https://www.limesurvey.org/en/forum/ discussion forums] and check the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Remember that &amp;lt;tvar|limesurvey&amp;gt;[https://www.limesurvey.org/{{PAGELANGUAGE}} LimeSurvey]&amp;lt;/&amp;gt; is an open source, free software application. See something missing or incorrect? Then help us fix it. This documentation is a wiki that can be edited by you or anyone else, or you can [https://donate.limesurvey.org donate] or buy Basic, Expert, Enterprise plan through the [&amp;lt;tvar|url&amp;gt;https://www.limesurvey.org/{{PAGELANGUAGE}}/pricing&amp;lt;/&amp;gt; pricing] page to help support the core development group trying to make a difference :)&lt;br /&gt;
&lt;br /&gt;
= Manual - Table of Contents = &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
*[[LimeSurvey PRO vs LimeSurvey CE/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:74--&amp;gt; LimeSurvey Cloud vs LimeSurvey CE&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[LimeSurvey PRO vs LimeSurvey CE/{{PAGELANGUAGE}}#What do I need?|&amp;lt;translate&amp;gt;&amp;lt;!--T:75--&amp;gt; What do I need?&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Quick start guide - LimeSurvey 3.0+/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:76--&amp;gt; LimeSurvey Cloud - Quick start guide&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Quick_start guide - LimeSurvey 3.0+/{{PAGELANGUAGE}}#Introduction - What is LimeSurvey?|&amp;lt;translate&amp;gt;&amp;lt;!--T:77--&amp;gt; What is LimeSurvey?&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Quick_start guide - LimeSurvey 3.0+/{{PAGELANGUAGE}}#Create a free LimeSurvey account|&amp;lt;translate&amp;gt;&amp;lt;!--T:78--&amp;gt; Create a free LimeSurvey account&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Quick_start guide - LimeSurvey 3.0+/{{PAGELANGUAGE}}#Setting up your survey site|&amp;lt;translate&amp;gt;&amp;lt;!--T:79--&amp;gt; Setting up your survey site&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Quick_start guide - LimeSurvey 3.0+/{{PAGELANGUAGE}}#Start using LimeSurvey|&amp;lt;translate&amp;gt;&amp;lt;!--T:80--&amp;gt; Start using LimeSurvey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Quick_start guide - LimeSurvey 3.0+/{{PAGELANGUAGE}}#Other LimeSurvey features - Advanced Users|&amp;lt;translate&amp;gt;&amp;lt;!--T:81--&amp;gt; Other LimeSurvey features&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
*[[Installation - LimeSurvey CE/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:82--&amp;gt; Installation - LimeSurvey CE&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Optional settings/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:83--&amp;gt; Optional settings&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Upgrading from a previous version/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:84--&amp;gt; Upgrading from a previous version&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
**[[Installation using a command line interface (CLI)/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:85--&amp;gt; Installation using a command line interface (CLI)&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Transferring an installation/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:86--&amp;gt; Transferring an installation&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
***[[Installation security hints/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:87--&amp;gt; Installation security hints&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Localization]]&lt;br /&gt;
*[[How to design a good survey (guide)/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:88--&amp;gt; How to design a good survey (Guide)&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - your user preferences/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:89--&amp;gt; First login&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[First login - your user preferences#Change your password/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:90--&amp;gt; Change your password&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[First login - your user preferences#Your account preferences/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:91--&amp;gt; Your account preferences&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Administering LimeSurvey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:92--&amp;gt; LimeSurvey configuration&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Administering LimeSurvey#Settings Tab/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:93--&amp;gt; Settings&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Home page settings/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:94--&amp;gt; Home page settings&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Global settings/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:95--&amp;gt; Global settings&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Plugin manager/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:96--&amp;gt; Plugin manager&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Menu configuration/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:97--&amp;gt; Menu configuration&amp;lt;/translate&amp;gt;]]{{NewIn|3.0}}&lt;br /&gt;
***[[Menu entries configuration/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:98--&amp;gt; Menu entries configuration&amp;lt;/translate&amp;gt;]]{{NewIn|3.0}}&lt;br /&gt;
**[[Administering LimeSurvey#Users Tab/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:99--&amp;gt; Users&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Manage users/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:100--&amp;gt; Manage users&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Manage user groups/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:101--&amp;gt; Manage user groups&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Central Participant Database]] (CPDB)&lt;br /&gt;
**[[Administering LimeSurvey#Advanced Tab/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:102--&amp;gt; Advanced&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Theme editor/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:103--&amp;gt; Theme editor&amp;lt;/translate&amp;gt;]] (LimeSurvey 2.x)&lt;br /&gt;
****[[New Template System in LS3.x/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:104--&amp;gt; New template system in LS3.x&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
****[[Themes/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:105--&amp;gt; Themes&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
****[[Question themes/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:106--&amp;gt; Question themes&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Label sets/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:107--&amp;gt; Label sets&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Check data integrity/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:108--&amp;gt; Check data integrity&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Backup entire database/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:109--&amp;gt; Backup entire database&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[ComfortUpdate/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:110--&amp;gt; ComfortUpdate&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
*[[Surveys - introduction/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:111--&amp;gt; Introduction - Surveys&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Surveys - introduction#General/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:112--&amp;gt; General&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Surveys - introduction#Surveys/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:113--&amp;gt; Surveys&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Surveys - introduction#Import a survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:114--&amp;gt; Import a survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Surveys - introduction#Copy a survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:115--&amp;gt; Copy a survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Surveys - introduction#List_surveys/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:116--&amp;gt; List surveys&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Surveys - introduction#Delete_a_survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:117--&amp;gt; Delete a survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Surveys - introduction#Export_a_survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:118--&amp;gt; Export a survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Surveys - introduction#Survey Groups/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:119--&amp;gt; Survey groups&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Surveys - introduction#Survey Groups/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:120--&amp;gt; Survey groups&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Surveys - introduction#Create a survey group/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:121--&amp;gt; Create a survey group&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Surveys - introduction#Edit survey group/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:122--&amp;gt; Edit survey group&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Surveys - introduction#Delete a survey group/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:123--&amp;gt; Delete a survey group&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Survey group permissions/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:124--&amp;gt; Survey group permissions&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Survey settings/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:125--&amp;gt; View Survey settings&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Survey settings#Introduction/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:126--&amp;gt; Introduction&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Overview/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:127--&amp;gt; Overview&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[General settings/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:128--&amp;gt; General settings&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Text elements/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:129--&amp;gt; Text elements&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Data policy settings/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:130--&amp;gt; Data policy settings&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Theme options/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:131--&amp;gt; Theme options&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Presentation/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:132--&amp;gt; Presentation&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Participant settings/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:133--&amp;gt; Participant settings&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Notifications_%26_data/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:134--&amp;gt; Notifications &amp;amp; data&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Publication &amp;amp; access/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:135--&amp;gt; Publication &amp;amp; access&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Survey menu/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:136--&amp;gt; View survey menu&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Survey menu#Introduction/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:137--&amp;gt; Introduction&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[List questions/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:138--&amp;gt; List questions&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[List question groups/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:139--&amp;gt; List question groups&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Reorder questions and question groups/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:140--&amp;gt; Reorder questions &amp;amp; question groups&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Survey participants/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:141--&amp;gt; Survey participants&amp;lt;/translate&amp;gt;]] (was &#039;&#039;Tokens&#039;&#039;)&lt;br /&gt;
***[[Email bounce tracking system/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:142--&amp;gt; Email bounce tracking system&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Iterate survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:201--&amp;gt; Iterate survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Survey quotas/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:143--&amp;gt; Quotas&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Assessments/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:144--&amp;gt; Assessments&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Survey permissions/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:145--&amp;gt; Survey permissions&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Email templates/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:146--&amp;gt; Email templates&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Email placeholders/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:147--&amp;gt; Email placeholders&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Panel integration/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:148--&amp;gt; Panel integration&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Resources/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:149--&amp;gt; Resources&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Plugin menu/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:150--&amp;gt; Plugin menu&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Survey structure/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:151--&amp;gt; View survey structure&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Survey structure/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:152--&amp;gt; Introduction&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Survey structure/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:153--&amp;gt; The structure of a survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Survey structure/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:154--&amp;gt; Question groups&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Survey structure/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:155--&amp;gt; Questions&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Survey structure/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:156--&amp;gt; Reordering questions and question groups&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Questions - introduction/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:157--&amp;gt; Introduction - Questions&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Question types/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:158--&amp;gt; Question types&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Array/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:159--&amp;gt; Question type - Array&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Array by column/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:160--&amp;gt; Question type - Array by column&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Array dual scale/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:161--&amp;gt; Question type - Array dual scale&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Array (5 point choice)/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:162--&amp;gt; Question type - Array (5 point choice)&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Array (10 point choice)/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:163--&amp;gt; Question type - Array (10 point choice)&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Array (Increase-Same-Decrease)/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:164--&amp;gt; Question type - Array (Increase-Same-Decrease)&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Array (Numbers)/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:165--&amp;gt; Question type - Array (Numbers)&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Array (Texts)/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:166--&amp;gt; Question type - Array (Texts)&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Array (Yes-No-Uncertain)/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:167--&amp;gt; Question type - Array (Yes-No-Uncertain)&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Date/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:168--&amp;gt; Question type - Date&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type  - Equation/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:169--&amp;gt; Question type  - Equation&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - File upload/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:170--&amp;gt; Question type - File upload&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Gender/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:171--&amp;gt; Question type - Gender&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Language switch/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:172--&amp;gt; Question type - Language switch&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Numerical input/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:173--&amp;gt; Question type - Numerical input&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Multiple numerical input/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:174--&amp;gt; Question type - Multiple numerical input&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Ranking/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:175--&amp;gt; Question type - Ranking&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Text display/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:176--&amp;gt; Question type - Text display&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Yes-No/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:177--&amp;gt; Question type - Yes-No&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Multiple choice/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:178--&amp;gt; Question type - Multiple choice&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Multiple choice with comments/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:179--&amp;gt; Question type - Multiple choice with comments&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - 5 point choice/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:180--&amp;gt; Question type - 5 point choice&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - List (Dropdown)/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:181--&amp;gt; Question type - List (Dropdown)&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - List (Radio)/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:182--&amp;gt; Question type - List (Radio)&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - List with comment/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:183--&amp;gt; Question type - List with comment&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Short free text/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:184--&amp;gt; Question type - Short free text&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
****[[Question type_-_Short_free_text#Location/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:185--&amp;gt; Set up maps and store location&amp;lt;/translate&amp;gt;]] &lt;br /&gt;
***[[Question type - Long free text/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:186--&amp;gt; Question type - Long free text&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Huge free text/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:187--&amp;gt; Question type - Huge free text&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Question type - Multiple short text/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:188--&amp;gt; Question type - Multiple short text&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Survey_structure#Reordering_questions_and_question_groups/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:189--&amp;gt; Change question order&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Question groups - introduction/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:190--&amp;gt; Introduction - Question groups&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Question_groups_-_introduction#Question_group_actions/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:191--&amp;gt; Question group toolbar options&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Question groups - introduction#Preview question group/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:192--&amp;gt; Preview question group&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Survey_structure#Reordering_questions_and_question_groups/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:193--&amp;gt; Change group order&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Surveys - management/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:194--&amp;gt; Introduction - Surveys - Management&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Testing a survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:195--&amp;gt; Testing a survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Activating a survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:196--&amp;gt; Activating a survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Running a survey safely/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:197--&amp;gt; Running a survey safely&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Browsing survey results/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:198--&amp;gt; Browsing survey results&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Closing a survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:199--&amp;gt; Closing a survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Changing an active survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:200--&amp;gt; Changing an active survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Data entry/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:202--&amp;gt; Data entry&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Statistics/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:203--&amp;gt; Statistics&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Exporting results/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:204--&amp;gt; Exporting results&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Display/Export survey#Export survey structure (.lss)/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:205--&amp;gt; Exporting a survey structure&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[QueXML PDF Export/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:206--&amp;gt; QueXML PDF export&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Quick-translation/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:207--&amp;gt; Quick-translation&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Question toolbar options/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:208--&amp;gt; Question toolbar options&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Preview function/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:209--&amp;gt; Preview function&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Edit question/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:210--&amp;gt; Edit question&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Check question logic/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:211--&amp;gt; Check question logic&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Delete question/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:212--&amp;gt; Delete question&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Export question/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:213--&amp;gt; Export question&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Copy question/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:214--&amp;gt; Copy question&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Setting conditions/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:215--&amp;gt; Setting conditions&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Adding answers or subquestions/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:216--&amp;gt; Adding answers or subquestions&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Default answers/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:217--&amp;gt; Default answers&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Survey toolbar options/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:218--&amp;gt; Survey toolbar options&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Testing a survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:219--&amp;gt; Testing a survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Activating a survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:220--&amp;gt; Activating a survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Running a survey safely/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:221--&amp;gt; Running a survey safely&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Changing an active survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:222--&amp;gt; Changing an active survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Closing a survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:223--&amp;gt; Closing a survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Iterate survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:224--&amp;gt; Iterate survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Tools/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:225--&amp;gt; Tools&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Delete survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:226--&amp;gt; Delete survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Quick-translation/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:227--&amp;gt; Quick-translation&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Reset conditions/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:228--&amp;gt; Reset conditions&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Check_survey_logic_-_Advanced/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:229--&amp;gt; Survey logic file&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Regenerate question codes/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:230--&amp;gt; Regenerate question codes&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Display/Export survey]]&lt;br /&gt;
***[[QueXML PDF Export/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:231--&amp;gt; QueXML PDF export&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Tab Separated Value survey structure/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:232--&amp;gt; Tab Separated Value survey structure&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Survey participants/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:233--&amp;gt; Survey participants&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Responses (survey results)/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:234--&amp;gt; Responses (survey results)&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Responses &amp;amp; statistics/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:235--&amp;gt; Responses &amp;amp; statistics&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
****[[Responses &amp;amp; statistics#Responses summary/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:236--&amp;gt; Response summary&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
****[[Responses/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:237--&amp;gt; Responses&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
****[[Data entry/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:238--&amp;gt; Data entry&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
****[[Statistics/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:239--&amp;gt; Statistics&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*****[[Statistics - expert mode/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:240--&amp;gt; Statistics - expert mode&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*****[[Statistics - simple mode/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:241--&amp;gt; Statistics - simple mode&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
****[[Timing statistics/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:242--&amp;gt; Timing statistics&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
****[[Export responses/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:243--&amp;gt; Export responses&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
****[[Import responses/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:244--&amp;gt; Import responses&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*****[[Problems &amp;amp; solutions/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:245--&amp;gt; Problems &amp;amp; solutions&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
****[[View saved but not submitted responses/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:246--&amp;gt; View saved but not submitted responses&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
****[[Iterate survey#General/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:247--&amp;gt; Iterate survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
****[[Batch deletion/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:248--&amp;gt; Batch deletion&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Data entry/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:249--&amp;gt; Data entry&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Partial (saved) responses/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:250--&amp;gt; Partial (saved) responses&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Multilingual survey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:251--&amp;gt; Multilingual survey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[ExpressionScript Engine - Quick start guide/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:252--&amp;gt; ExpressionScript Engine - Quick start guide&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[ExpressionScript - Presentation/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:253--&amp;gt; ExpressionScript - Presentation&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[ExpressionScript How-tos/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:254--&amp;gt; ExpressionScript how-tos&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[ExpressionScript examples/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:255--&amp;gt; ExpressionScript examples&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[ExpressionScript Engine roadmap/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:256--&amp;gt; ExpressionScript Engine roadmap&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[ExpressionScript for developers/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:257--&amp;gt; ExpressionScript for developers&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[ExpressionScript sample surveys/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:258--&amp;gt; ExpressionScript sample surveys&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
***[[Expression Manager/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:259--&amp;gt; Expression Manager&amp;lt;/translate&amp;gt;]] - old page with full documentation&lt;br /&gt;
*[[Not categorized and advanced features/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:261--&amp;gt; Advanced features&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[SGQA identifier/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:262--&amp;gt; SGQA identifier&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Using regular expressions/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:263--&amp;gt; Using regular expressions&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[URL fields/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:264--&amp;gt; URL fields&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[RemoteControl 2 API/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:265--&amp;gt; RemoteControl 2 API&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[REST API]]&lt;br /&gt;
**[[Data encryption/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:266--&amp;gt; Data encryption&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Custom translation|&amp;lt;translate&amp;gt;&amp;lt;!--T:294--&amp;gt; Custom translation&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Data protection|&amp;lt;translate&amp;gt;&amp;lt;!--T:292--&amp;gt; Data Protection&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Data protection#Cookies|&amp;lt;translate&amp;gt;&amp;lt;!--T:293--&amp;gt; Cookies&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[General FAQ/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:267--&amp;gt; General FAQ&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Troubleshooting/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:268--&amp;gt; Troubleshooting&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Workarounds/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:269--&amp;gt; Workarounds&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:270--&amp;gt; Workarounds: Question design, layout and templating&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:271--&amp;gt; Workarounds: Manipulating a survey at runtime using Javascript&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Workarounds: Survey behaviour/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:272--&amp;gt; Workarounds: Survey behaviour&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:273--&amp;gt; Workarounds: Further solutions provided by LimeSurvey users&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[License/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:274--&amp;gt; License&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Version change log/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:275--&amp;gt; Version change log&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Plugins - advanced/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:276--&amp;gt; Plugins - advanced&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Make your plugin compatible with LS4/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:277--&amp;gt; Make your plugin compatible with LS5&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
**[[Available third party plugins/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:278--&amp;gt; Available third party plugins&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=LimeSurvey Development= &amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
*[[Version guide/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:279--&amp;gt; Version guide&amp;lt;/translate&amp;gt;]] - &amp;lt;translate&amp;gt;&amp;lt;!--T:280--&amp;gt; A short guide on version numbering&amp;lt;/translate&amp;gt;&lt;br /&gt;
*[[Development overview|&amp;lt;translate&amp;gt;&amp;lt;!--T:281--&amp;gt; Development overview&amp;lt;/translate&amp;gt;]] - &amp;lt;translate&amp;gt;&amp;lt;!--T:282--&amp;gt; General pages about LimeSurvey development&amp;lt;/translate&amp;gt;&lt;br /&gt;
*[[LimeSurvey 2.x development documentation/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:283--&amp;gt; LimeSurvey 2.x development documentation&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[New Template System in LS3.x/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:284--&amp;gt; New Template System in LS3.x&amp;lt;/translate&amp;gt;]] - &amp;lt;translate&amp;gt;&amp;lt;!--T:285--&amp;gt; Quick overview of the novelties of the LimeSurvey 3 template system&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Translating LimeSurvey= &amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
If you want to &#039;&#039;&#039;add new translations&#039;&#039;&#039; or &#039;&#039;&#039;correct a translation&#039;&#039;&#039;, please follow these instructions:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
*[[Translating LimeSurvey/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:286--&amp;gt; How to translate LimeSurvey&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[LimeSurvey manual translation - summary/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:287--&amp;gt; LimeSurvey manual translation - summary&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=Semester of Code Participation= &amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[Semester of Code 2014/{{PAGELANGUAGE}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:288--&amp;gt; Semester of Code 2014&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=Google Summer of Code / Code-In Participation= &amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
*[[Project ideas for GSoC 2015|&amp;lt;translate&amp;gt;&amp;lt;!--T:289--&amp;gt; Project ideas for GSoC 2015&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[Project Ideas for GSoC 2013|&amp;lt;translate&amp;gt;&amp;lt;!--T:290--&amp;gt; Project Ideas for GSoC 2013&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012|LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011|LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started|&amp;lt;translate&amp;gt;&amp;lt;!--T:291--&amp;gt; GSoC getting started&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010|LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009|LimeSurvey GSoC 2009]]&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Not_categorized_and_advanced_features&amp;diff=377451</id>
		<title>Not categorized and advanced features</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Not_categorized_and_advanced_features&amp;diff=377451"/>
		<updated>2024-05-22T14:14:11Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
Table of contents:&lt;br /&gt;
*[[SGQA identifier]]&lt;br /&gt;
*[[Using regular expressions]]&lt;br /&gt;
*[[URL fields]]&lt;br /&gt;
*[[RemoteControl 2 API]]&lt;br /&gt;
*[[Data encryption]]&lt;br /&gt;
*[[Custom translation]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Custom_translation&amp;diff=377450</id>
		<title>Custom translation</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Custom_translation&amp;diff=377450"/>
		<updated>2024-05-22T14:11:35Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: corrected grammar and typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
Since LimeSurvey 5.4.0 you can have your own translation for all strings in all included languages with direct access to your database.&lt;br /&gt;
&lt;br /&gt;
This system can be used if an existing translation is not compatible with your business needs.&lt;br /&gt;
&lt;br /&gt;
It should be reserved for specific cases, since text modifications in the heart of LimeSurvey will again require a modification of your database. &lt;br /&gt;
&lt;br /&gt;
Furthermore, you can use this method for translating Survey Theme specific strings.&lt;br /&gt;
&lt;br /&gt;
=How database translations works=&lt;br /&gt;
&lt;br /&gt;
For database translations, LimeSurvey uses a method inspired by [https://www.yiiframework.com/doc/api/1.1/CDbMessageSource CDbMessageSource] from the Yii framework.&lt;br /&gt;
&lt;br /&gt;
# find the string in SourceMessage table lime_source_message-&amp;gt;message, get the id : lime_source_message-&amp;gt;id&lt;br /&gt;
# if exists, find the related translation in Message table lime_message-&amp;gt;translation for current language lime_message-&amp;gt;language with current id lime_message-&amp;gt;id&lt;br /&gt;
&lt;br /&gt;
LimeSurvey creates the array with translations from po file (see [[Translating LimeSurvey]] for information how to update this file), and afterwards merges it with all translations from the database. &lt;br /&gt;
&lt;br /&gt;
Then the translations from the database are always returned if they exist.&lt;br /&gt;
&lt;br /&gt;
=Sample for “Submit” button in English and French=&lt;br /&gt;
&lt;br /&gt;
You want to show _Validate_ and not _Submit_ for the submit button in all of your surveys (with a specific theme). If you just update the theme and replace gT(&#039;Submit&#039;) by gT(&#039;Validate&#039;) : it always shows _Validate_ in all languages.&lt;br /&gt;
&lt;br /&gt;
==For all surveys with all themes==&lt;br /&gt;
&lt;br /&gt;
# Create the source message &amp;lt;code&amp;gt;INSERT INTO lime_source_message (id, category, message) VALUES (NULL, NULL, &#039;Submit&#039;);&amp;lt;/code&amp;gt;&lt;br /&gt;
# Check the ID (if it&#039;s the 1st : ID is 1) and use it for next instruction&lt;br /&gt;
# Create the related translation : &amp;lt;code&amp;gt;INSERT INTO lime_message (id, language, translation) VALUES (&#039;1&#039;, &#039;en&#039;, &#039;Validate&#039;), (&#039;1&#039;, &#039;fr&#039;, &#039;Valider&#039;); &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using your own theme (recommended solution)==&lt;br /&gt;
&lt;br /&gt;
This method uses a solution with your own template, it updates the default string for all other languages as well.&lt;br /&gt;
&lt;br /&gt;
# In [[Theme editor]] select the Navigation part&lt;br /&gt;
# Search for &amp;lt;code&amp;gt;{{ gT(&amp;quot;Submit&amp;quot;) }}&amp;lt;/code&amp;gt; (in navigator.twig)&lt;br /&gt;
# Replace by &amp;lt;code&amp;gt;{{ gT(&amp;quot;Validate&amp;quot;) }}&amp;lt;/code&amp;gt;&lt;br /&gt;
# Create the source message &amp;lt;code&amp;gt;INSERT INTO lime_source_message (id, category, message) VALUES (NULL, NULL, &#039;Validate&#039;);&amp;lt;/code&amp;gt;&lt;br /&gt;
# Check the ID (if it&#039;s the 1st : ID is 1) and use it for next instruction&lt;br /&gt;
# Create the related translation : &amp;lt;code&amp;gt;INSERT INTO lime_message (id, language, translation) VALUES (&#039;1&#039;, &#039;fr&#039;, &#039;Valider&#039;); &amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Manage_users&amp;diff=374024</id>
		<title>Manage users</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Manage_users&amp;diff=374024"/>
		<updated>2024-01-29T14:54:22Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= User management= &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:76--&amp;gt;&lt;br /&gt;
The user management tool allows you to add additional administration users to LimeSurvey. We refer to them as  &#039;users&#039;.  Do not confuse them with [[Survey participants|survey participants]] (respondents).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Create users== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
To create a new user, open the user management dialog by clicking on &#039;&#039;&#039;Configuration&#039;&#039;&#039; (located on the main LimeSurvey toolbar) -&amp;gt; &#039;&#039;&#039;User management&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyMenuUserManagement.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:77--&amp;gt;&lt;br /&gt;
Then, click &#039;&#039;&#039;Add user&#039;&#039;&#039; located in the upper right area of &#039;&#039;&#039;User control&#039;&#039;&#039; table. A window will be displayed asking you to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
* Enter the desired username into the &#039;&#039;&#039;Username&#039;&#039;&#039; field.&lt;br /&gt;
* Enter the email address into the &#039;&#039;&#039;Email&#039;&#039;&#039; field. Please note that:&lt;br /&gt;
** LimeSurvey sends out a confirmation email to the address entered into the &#039;&#039;&#039;Email&#039;&#039;&#039; field. This email address will be used as the standard contact email address for surveys created by the respective user.&lt;br /&gt;
** If you do not want the user to receive the confirmation email with a link to the LimeSurvey application, username, and password, you can use your own email address to send the confirmation email to you. After that, you can change the email address to the address of the user.&lt;br /&gt;
* Enter user&#039;s full name into the &#039;&#039;&#039;Full name&#039;&#039;&#039; field. Please note that the full name entered here will be used as the standard contact person name for surveys created by the respective user.&lt;br /&gt;
* Click &#039;&#039;&#039;Save&#039;&#039;&#039; to create the new user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:98--&amp;gt;&lt;br /&gt;
Note that password complexity is enforced and validated by the PasswordRequirement plugin.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:78--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyAddUser.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
You have now created your first user. To find out more about [[Manage users#Set global permissions for a user|setting user permissions]], please read on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:79--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyBleistiftSymbol.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:80--&amp;gt;&lt;br /&gt;
Below you can see four options under the &#039;&#039;&#039;Action&#039;&#039;&#039; column that allow you to:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:93--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Edit users.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:81--&amp;gt;&lt;br /&gt;
*edit the general aspects of a user - by clicking the pen symbol.&lt;br /&gt;
*delete the user from the survey administrators database - by clicking the trash button.&lt;br /&gt;
*set global permissions for a user - by clicking the lock symbol.&lt;br /&gt;
*set theme permissions for a user - by clicking the pen-and-lock symbol.&lt;br /&gt;
&lt;br /&gt;
==Edit user== &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
Click the pen icon to edit user information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
You can enter a new email address, name, and change their password. Click &#039;&#039;&#039;Save&#039;&#039;&#039; to confirm changes.&lt;br /&gt;
&lt;br /&gt;
==Delete user== &amp;lt;!--T:82--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
To delete a user account, click the corresponding trash icon (located on the same line as the user account you want to delete) and click &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Set global permissions for a user== &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:83--&amp;gt;&lt;br /&gt;
{{Alert|Global permissions apply to the whole LimeSurvey application. If you want to set permissions only for a specific survey, you can use the [[Manage users#Setting permissions for a single survey|survey permissions settings]].}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
To set global permissions for a user, click the lock symbol.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:User_global_permission.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:65--&amp;gt;&lt;br /&gt;
The CRUD (create, read, update, and delete) system is employed (as it is in the [[Manage users#Setting permissions for a single survey|survey permission settings]]). For more user permission options, we recommend extending the matrix using the double-right arrowhead, which is located in its upper right corner. If you check the first box, all the CRUD permissions in that row are automatically checked. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:63--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:User_global_permission_complete.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
You can now add or remove the following permissions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:73--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Participant panel&#039;&#039;&#039;: For more details, continue reading about the [[Central Participant Database|central participant database here]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:72--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Label sets&#039;&#039;&#039;: Permission to create, view, update, delete, export, and import label sets. The label sets do not have specific permissions (unlike themes).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:68--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Settings &amp;amp; Plugins&#039;&#039;&#039;: With this permission a user can check data integrity, save the SQL database to an .sql file, manage global settings, view the PHP info in the global settings, and manage all plugins.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:97--&amp;gt;&lt;br /&gt;
*  &#039;&#039;&#039;Survey groups&#039;&#039;&#039;{{NewIn|v=4.4.0}}: Give access to all surveys&#039; group. To allow user to manage their own surveys&#039; group, give the user the &#039;create&#039; permission. A creator of a surveys&#039; group are (by default) the owner of this surveys&#039; group. &lt;br /&gt;
{{Note|Permission on a surveys group does not give all permissions on surveys, but a user can give permissions on all surveys in surveys&#039; group}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:67--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Surveys&#039;&#039;&#039;: Gives access to all surveys. To allow a user to only create and manage their own survey, give the user the &#039;create&#039; permission. A creator of a survey is the owner of the survey and will always be able to manage it. Remember that each survey can grant different permissions . &lt;br /&gt;
{{Note|&#039;&#039;&#039;The global permission is applied before the survey-specific permission!&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:71--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Themes&#039;&#039;&#039;: Allows the user to use all the available design themes and edit all non-standard themes. A person with this permission should have sufficient knowledge in terms of HTML, Javascript, and CSS. If a user is not familiar with these things and is supposed to use a specific design themes, it would be better to only give them &#039;read&#039; permission. Each theme can have specific permissions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:70--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;User groups&#039;&#039;&#039;: Allows a user to create/view/update/delete user groups.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:69--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Users&#039;&#039;&#039;: A user can create, modify, and delete their own administration users with this permission. The newly created users cannot have higher permissions than the parent user. You will also not be able to edit users owned by other administration users. If this has to be done, then a Superadministrator permission must be granted.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:66--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Superadministrator&#039;&#039;&#039;: Can only be added by other Superadministrator with this setting as update and grants full permission to the whole LimeSurvey application, including installing plugins and using any kind of content (including JavaScript) in survey content. (see also [[Global_settings#Security|global security settings]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:84--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Use internal database authentication&#039;&#039;&#039;: Allows users to access LimeSurvey&#039;s panel via the authentication page (e.g. &#039;&#039;http://domain/admin/authentication/sa/login&#039;&#039;). If it is unchecked and the respective user tries to connect to LimeSuvey&#039;s panel, they will get the following error: &#039;Internal database authentication method is not allowed for this user&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:95--&amp;gt;&lt;br /&gt;
{{Note|All the permissions mentioned above that belong to the [[Optional_settings#Security|forced super administrator]] cannot be removed via the GUI.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Import and export users== &amp;lt;!--T:99--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:100--&amp;gt;&lt;br /&gt;
You can import and export users in CSV and JSON format by using these buttons on User Management page.&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:ImportExportButtons.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:101--&amp;gt;&lt;br /&gt;
When you are importing users, a modal opens that shows you which fields should be present. You can choose to overwrite existing users by selecting this checkbox.&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:ImportUsersModal.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of the JSON structure: &amp;lt;!--T:102--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;json&amp;quot;&amp;gt;&lt;br /&gt;
[&lt;br /&gt;
	{&lt;br /&gt;
		&amp;quot;uid&amp;quot;: 1,&lt;br /&gt;
		&amp;quot;users_name&amp;quot;: &amp;quot;admin2&amp;quot;,&lt;br /&gt;
		&amp;quot;full_name&amp;quot;: &amp;quot;Administrator&amp;quot;,&lt;br /&gt;
		&amp;quot;email&amp;quot;: &amp;quot;your-email@example.net&amp;quot;,&lt;br /&gt;
		&amp;quot;lang&amp;quot;: &amp;quot;en&amp;quot;,&lt;br /&gt;
		&amp;quot;password&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		&amp;quot;uid&amp;quot;: 2,&lt;br /&gt;
		&amp;quot;users_name&amp;quot;: &amp;quot;ben2&amp;quot;,&lt;br /&gt;
		&amp;quot;full_name&amp;quot;: &amp;quot;Ben Alister&amp;quot;,&lt;br /&gt;
		&amp;quot;email&amp;quot;: &amp;quot;ben@test.ing&amp;quot;,&lt;br /&gt;
		&amp;quot;lang&amp;quot;: &amp;quot;auto&amp;quot;,&lt;br /&gt;
		&amp;quot;password&amp;quot;: &amp;quot;test!123&amp;quot;&lt;br /&gt;
	}&lt;br /&gt;
]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of the CSV structure: &amp;lt;!--T:103--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
uid;users_name;full_name;email;lang;password&lt;br /&gt;
1;admin;Administrator;your-email@example.net;en;&lt;br /&gt;
2;ben;&amp;quot;Ben Alister&amp;quot;;ben@test.ing;auto;test!123&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Set theme permissions for a user== &amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
With theme permissions, you can decide which design themes a user can select when creating or editing a survey. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
If you have specific design themes for a group of users or customers, you can restrict their access to other themes to ensure that they use only themes created for them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
To set or edit the themes permissions for a user, click the pen-and-lock symbol for design themes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveySetDesignTemplatesLS.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
Select the design themes to which the respective user or user groups should have access. After you finished your selection or deselection, do not forget to click &#039;&#039;&#039;Save&#039;&#039;&#039;: [[File:Save.png|0.75px]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
To better understand this function, view [[Manage users#Examples|the examples provided below]].&lt;br /&gt;
&lt;br /&gt;
==Activate and deactivate users==&lt;br /&gt;
&lt;br /&gt;
{{FeatureStarting|6.4.0}}&lt;br /&gt;
It&#039;s possible to mark a user as activated or deactivated.&lt;br /&gt;
&lt;br /&gt;
A deactivated user is not able to log in to the admin interface.&lt;br /&gt;
&lt;br /&gt;
=Use one-time passwords= &amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
A user can call the LimeSurvey login at /limesurvey/admin and enter a username and a one-time password (which was previously written into the users table - &#039;&#039;column one_time_pw&#039;&#039; - by an external application).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
To enable this login method, the line [[Optional settings#Use_one_time_passwords|&amp;lt;code&amp;gt;&#039;use_one_time_passwords&#039; =&amp;gt; true;&amp;lt;/code&amp;gt;]] has to be added to config.php (it is &#039;false&#039; by default) . &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
The URL has to contain the following variables:&lt;br /&gt;
* &#039;&#039;&#039;user:&#039;&#039;&#039; The username normally used to login into LimeSurvey. This username has to exist in the &#039;users&#039; table of the database.&lt;br /&gt;
* &#039;&#039;&#039;onepass:&#039;&#039;&#039; The plain text password which is then compared to the password in the &#039;users&#039; table&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
A valid URL to login using a one-time password will look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;http://www.yourdomain.org/limesurvey/index.php/admin/authentication/login?user=myusername&amp;amp;onepass=secretpassword&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:94--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#039;simplebox&#039;&amp;gt; [[File:help.png]] The &#039;secretpassword&#039; field is plain text, not a SHA 256 hash.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Things to watch out for:&#039;&#039;&#039;&lt;br /&gt;
* To enable this login method, the line [[Optional settings#Use_one_time_passwords|&amp;lt;code&amp;gt;&#039;use_one_time_passwords&#039; =&amp;gt; true&amp;lt;/code&amp;gt;]] has to be added in config.php (it is &#039;false&#039; by default).&lt;br /&gt;
* The passed username has to exist in the LimeSurvey &#039;&#039;users table&#039;&#039;.&lt;br /&gt;
* The one-time password (which can be set via an external application) has to be stored as [https://secure.php.net/manual/en/function.md5.php MD5 hash] in the column &#039;&#039;one_time_pw&#039;&#039; of table &#039;&#039;users&#039;&#039;.&lt;br /&gt;
* The passed plain text password will be hashed using the sha256 function and will then compared to the stored hash in column &#039;&#039;one_time_pw&#039;&#039; of table &#039;&#039;users&#039;&#039;. Both passwords have to match.&lt;br /&gt;
* After the first login with the one-time password, it gets deleted from the database. The user won&#039;t be able to log in with that respective password a second time.&lt;br /&gt;
&lt;br /&gt;
=Set permissions for a single survey= &amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
These permissions only apply for a single survey. If you want to set permissions for the whole system, you can use [[Manage users#Set global permissions for a user|global permissions]].&lt;br /&gt;
These permissions can be offered either to a single user or to a user group.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
{{Alert|title=Attention|text=An existing user account is required to set permissions for a single survey. If the account doesn&#039;t exist, you have to create it first and then change the survey permissions. The same applies to offering survey permissions to a user group. Besides the necessity to have one created, you also need to add at least one user to that group in order to be able to select it and grant it survey permissions.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:96--&amp;gt;&lt;br /&gt;
{{Note| By default, an user (non-admin) cannot grant survey permissions to users that are not part of the same group as the survey administrator. This is a security option enabled by &#039;&#039;&#039;default&#039;&#039;&#039; in LimeSurvey. To change this, you need to deactivate option [[Global_settings#Security|Group member can only see own group]], located in the &#039;&#039;&#039;Global settings&#039;&#039;&#039;, under the &#039;&#039;&#039;Security tab&#039;&#039;&#039;. However, if you feel unsure about disabling this option, you can create groups containing those users that can be seen and be granted survey permissions by a survey creator.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
To change the survey permissions, click the &#039;&#039;&#039;Settings&#039;&#039;&#039; tab. Then, click &#039;&#039;&#039;Survey permissions&#039;&#039;&#039; and choose to whom would you like to offer permissions. The permissions can be offered either separately to specific users or to a user group.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveySurveyPermissions.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:85--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveySurveyPermissionsRights.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grant survey permissions to a user== &amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
In the next step, select the user that will receive survey permissions and click &#039;&#039;&#039;Add user&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyAddSurveyPermission.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
After you click &#039;&#039;&#039;Set survey permissions&#039;&#039;&#039;, the user&#039;s survey permissions matrix will be shown.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyUserPermissionMatrix.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
You can set in this matrix the user&#039;s survey permissions. Checking a box grants survey permissions to the respective user. If you click a checkbox from the first column, all the permissions of the corresponding line will be selected/removed. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
Click the double-right arrowhead to access the extended version of the matrix to choose specifically the actions that can be performed by a user.&lt;br /&gt;
After you finished editing the survey permissions, click &#039;&#039;&#039;Save&#039;&#039;&#039;, which is located in the upper right corner of the screen.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
Some examples are provided [[Manage_users#Examples|below]] in order to help you get a better understanding of Limesurvey&#039;s survey permissions system.&lt;br /&gt;
&lt;br /&gt;
==Grant survey permissions to a user group== &amp;lt;!--T:86--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:87--&amp;gt;&lt;br /&gt;
Click &#039;&#039;&#039;add a user group&#039;&#039;&#039; and select the user group to which you would like to add the permission permissions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:88--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyPermissionpermissionsUserGroup.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:89--&amp;gt;&lt;br /&gt;
In the next step,  select  the permissions that you will allocate to the members of that user group. Do not forget to click the double right arrowhead to get an extended view of the permissions matrix.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:90--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:UserGroupSurveyPermissions.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
After you have finished editing the survey permissions, click &#039;&#039;&#039;Save&#039;&#039;&#039;, which is located in the upper right part of the screen.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:91--&amp;gt;&lt;br /&gt;
Some examples are provided [[Manage_users#Examples|below]] to help you get a better understanding of the Limesurvey&#039;s survey permissions system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:92--&amp;gt;&lt;br /&gt;
{{Note|[[Manage user groups|The user group function]] is still experimental. Use our [https://bugs.limesurvey.org/ bugs tracker] to describe any kind of inconsistencies.}}&lt;br /&gt;
&lt;br /&gt;
=Examples= &amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
Different scenarios are presented below. They provide some advice about which permissions are necessary for some specific tasks and how they can be granted to the users.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Add new LimeSurvey adminisrator== &amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
* Log in as &#039;&#039;&#039;admin&#039;&#039;&#039;.&lt;br /&gt;
* Create a new user account.&lt;br /&gt;
* Grant that user the &#039;&#039;&#039;Superadministrator&#039;&#039;&#039; permission.&lt;br /&gt;
* &#039;&#039;Not necessary&#039;&#039; : Setting the theme permissions (&#039;&#039;&#039;Superadministrator&#039;&#039;&#039; has all permissions for all themes).&lt;br /&gt;
* &#039;&#039;Not necessary&#039;&#039; : Setting the survey permissions (&#039;&#039;&#039;Superadministrator&#039;&#039;&#039; has all permissions for all surveys).&lt;br /&gt;
&lt;br /&gt;
==A new user wants to create their own surveys== &amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
* Log in as &#039;&#039;&#039;admin&#039;&#039;&#039; (or as a user that has the &#039;&#039;&#039;Superadministrator&#039;&#039;&#039; permission).&lt;br /&gt;
* Create a new user account.&lt;br /&gt;
* Set global permissions for that user to &#039;&#039;&#039;Create survey&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Optional&#039;&#039; : Set theme permissions - select which theme(s) should be used by the user/user group.&lt;br /&gt;
&lt;br /&gt;
==The creator of a survey needs to give another person permission to edit their survey== &amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
* Log in as &#039;&#039;&#039;admin&#039;&#039;&#039; (or as a user that has the &#039;&#039;&#039;Superadministrator&#039;&#039;&#039; permission).&lt;br /&gt;
* Create a new user account.&lt;br /&gt;
* Set &#039;&#039;&#039;no global permissions&#039;&#039;&#039; for user.&lt;br /&gt;
* Set &#039;&#039;&#039;no theme permissions&#039;&#039;&#039; for user.&lt;br /&gt;
* Set the survey permissions the way you want. If he/she should receive all the survey permissions, you can check the first box from each row. Otherwise, click on the double-right arrowhead to see the expanded matrix (upper right corner) and select only those permissions you believe the respective user should have.&lt;br /&gt;
&lt;br /&gt;
==A person responsible for the survey wants to view and export survey results== &amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
* Log in as &#039;&#039;&#039;admin&#039;&#039;&#039; (or as a user that has the &#039;&#039;&#039;Superadministrator&#039;&#039;&#039; permission).&lt;br /&gt;
* Create a new user account.&lt;br /&gt;
* Set &#039;&#039;&#039;no global permissions&#039;&#039;&#039; for user.&lt;br /&gt;
* Set &#039;&#039;&#039;no theme permissions&#039;&#039;&#039; for user.&lt;br /&gt;
* Set survey permissions to: &#039;&#039;&#039;Responses&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;View/read&#039;&#039;&#039; and &#039;&#039;&#039;export&#039;&#039;&#039;, and &#039;&#039;&#039;Statistics&#039;&#039;&#039;: &#039;&#039;&#039;View/read&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:LimeSurveyCusomerOwnStatistics.jpg]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Granting permission for help with translation of a survey== &amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
* Log in as &#039;&#039;admin&#039;&#039; (or as a user that has the &#039;&#039;Superadministrator&#039;&#039; permission).&lt;br /&gt;
* Create &#039;&#039;n&#039;&#039; user accounts (where n is the number of translators).&lt;br /&gt;
* Create a user group called &#039;&#039;Translators&#039;&#039; and add the &#039;&#039;n&#039;&#039; accounts to this group.&lt;br /&gt;
* Go to the &#039;&#039;&#039;Survey permissions&#039;&#039;&#039; and click on &#039;&#039;&#039;Add a user group&#039;&#039;&#039;.&lt;br /&gt;
* If they only do translations, then offer them the &#039;&#039;&#039;Quick translation&#039;&#039;&#039; permission.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
{{Note|Check our [[LimeSurvey Users|wiki section on users]] and their classification as it can be found in the code and documentation.}}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=File:ImportExportButtons.png&amp;diff=374023</id>
		<title>File:ImportExportButtons.png</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=File:ImportExportButtons.png&amp;diff=374023"/>
		<updated>2024-01-29T13:47:13Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=File:ImportUsersModal.png&amp;diff=374022</id>
		<title>File:ImportUsersModal.png</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=File:ImportUsersModal.png&amp;diff=374022"/>
		<updated>2024-01-29T13:46:48Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=The_bugtracker_and_git&amp;diff=267341</id>
		<title>The bugtracker and git</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=The_bugtracker_and_git&amp;diff=267341"/>
		<updated>2023-10-23T08:51:25Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: added more details&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This article should help developers on the LimeSurvey when resolving issues.&lt;br /&gt;
&lt;br /&gt;
General process outline:&lt;br /&gt;
&lt;br /&gt;
# Bug reported by a user in [https://bugs.limesurvey.org Mantis]&lt;br /&gt;
# Bug assigned to a developer (by the developer or someone else)&lt;br /&gt;
# Bug fixed and a PR (pull request) made at github.com&lt;br /&gt;
# Mantis ticket status changed to &#039;&#039;&#039;ready for code review&#039;&#039;&#039;, &#039;&#039;&#039;Assigned To&#039;&#039;&#039; can remain to be the developer that fixed the issue&lt;br /&gt;
# When creating the PR, please assign reviewer (DenisChenu or gabrieljenik for bugs, developer suggested by Github for features - suggested reviewers are based on git blame data)&lt;br /&gt;
# If the code review fails, reviewer puts comments in the PR what needs to be fixed&lt;br /&gt;
# After successful code review, quality assurance tests and verifies the bugfix/feature&lt;br /&gt;
# If testing fails, quality assurance puts comments in the Mantis ticket&lt;br /&gt;
# Finally if all is well, quality assurance merges the PR and code gets published with a new version&lt;br /&gt;
# Mantis ticket status changed to &#039;&#039;&#039;resolved&#039;&#039;&#039; and later &#039;&#039;&#039;closed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This method of working should allow for efficient bug fixing with multiple developers.&lt;br /&gt;
&lt;br /&gt;
Please respond on what you think of this process, or what should be changed.&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=The_bugtracker_and_git&amp;diff=267340</id>
		<title>The bugtracker and git</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=The_bugtracker_and_git&amp;diff=267340"/>
		<updated>2023-10-23T08:23:09Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: updated workflow and formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This article should help developers on the LimeSurvey when resolving issues.&lt;br /&gt;
&lt;br /&gt;
General process outline:&lt;br /&gt;
&lt;br /&gt;
# Bug reported by a user in [https://bugs.limesurvey.org Mantis]&lt;br /&gt;
# Bug assigned to a developer (by the developer or someone else)&lt;br /&gt;
# Bug fixed and a PR (pull request) made at github.com&lt;br /&gt;
# Mantis ticket status changed to &#039;&#039;&#039;ready for code review&#039;&#039;&#039;&lt;br /&gt;
# When creating the PR, please assign reviewer (DenisChenu or gabrieljenik for bugs, developer recommended by Github for features)&lt;br /&gt;
# If the code review fails, reviewer puts comments in the PR what needs to be fixed&lt;br /&gt;
# After successful code review, quality assurance tests and verifies the bugfix/feature&lt;br /&gt;
# If testing fails, quality assurance puts comments in the Mantis ticket&lt;br /&gt;
# Finally if all is well, quality assurance merges the PR and code gets published with a new version&lt;br /&gt;
# Mantis ticket status changed to &#039;&#039;&#039;resolved&#039;&#039;&#039; and later &#039;&#039;&#039;closed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This method of working should allow for efficient bug fixing with multiple developers.&lt;br /&gt;
&lt;br /&gt;
Please respond on what you think of this process, or what should be changed.&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Standard_for_Git_commit_messages&amp;diff=185051</id>
		<title>Standard for Git commit messages</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Standard_for_Git_commit_messages&amp;diff=185051"/>
		<updated>2023-07-26T14:28:39Z</updated>

		<summary type="html">&lt;p&gt;Tibor.pacalat: corrected standard for security commit message&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
=General overview=&lt;br /&gt;
&lt;br /&gt;
This page describes the standard format of commit messages. Indeed, standard commit messages will make sure that the automatic generation of releases change logs will work properly. &#039;&#039;&#039;If you do not follow these rules your contribution(s) might not be properly credited in the change log.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Rules=&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
* Each commit message is made up of one or more commit blocks&lt;br /&gt;
* A commit block:&lt;br /&gt;
** The first line is the &#039;Commit Summary&#039; and describes the committed patch &#039;&#039;&#039;in a user friendly way&#039;&#039;&#039;&lt;br /&gt;
** The following lines begin with the Keyword &#039;&#039;&#039;Dev&#039;&#039;&#039; and are intended to the developpers team&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&amp;lt;Commit type&amp;gt;: &amp;lt;commit label&amp;gt; &amp;lt;commit description&amp;gt; &amp;lt;NEWLINE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[ Dev &amp;lt;development details&amp;gt; &amp;lt;NEWLINE&amp;gt; ]&lt;br /&gt;
&lt;br /&gt;
[ Dev &amp;lt;development details&amp;gt; &amp;lt;NEWLINE&amp;gt; ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Commit type&amp;gt;: &amp;lt;commit label&amp;gt; &amp;lt;commit description&amp;gt; &amp;lt;NEWLINE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[ Dev &amp;lt;development details&amp;gt; &amp;lt;NEWLINE&amp;gt; ]&lt;br /&gt;
&lt;br /&gt;
[ Dev &amp;lt;development details&amp;gt; &amp;lt;NEWLINE&amp;gt; ]&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The commit type==&lt;br /&gt;
&lt;br /&gt;
The first word in the commit message gives the commit type:&lt;br /&gt;
* If the commit is about a fix, the commit message must begin with the keyword &#039;&#039;&#039;&#039;Fixed issue #&amp;lt;bug ID without leading zeros&amp;gt;&#039;&#039;&#039;&#039; or if there is no bug ID just &#039;&#039;&#039;&#039;Fixed issue&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is about a change in LS feature, the commit message must begin with the keyword &#039;&#039;&#039;&#039;Updated feature&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is about a change in a translation, the commit message must begin with the keyword &#039;&#039;&#039;&#039;Updated translation&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is about a new feature, the commit message must begin with the keyword &#039;&#039;&#039;&#039;New feature&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is about a new translation, the commit message must begin with the keyword &#039;&#039;&#039;&#039;New translation&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is not connected to any tracker issue and not of public interest (changelog), just pure development then use &#039;&#039;&#039;&#039;Dev&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==The commit label : security ==&lt;br /&gt;
&lt;br /&gt;
If commit is a security fix, add &amp;quot;[security]&amp;quot; label to first line commit description like in the example below.&lt;br /&gt;
&lt;br /&gt;
Example : &amp;lt;code&amp;gt;Fixed issue #1234: [security] Persistent XSS&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The commit description==&lt;br /&gt;
&lt;br /&gt;
Following the commit type is the commit description. This must be a single line (no newline character), and is intended to be used in the generated changelog.&lt;br /&gt;
&lt;br /&gt;
Ideally it is a text readable by end-users: for instance if you&#039;re resolving a bug ticket give the commit a user-friendly description and make sure it describes the problem, not the solution. Remember that an end-user would scan the log that way for a fix for his/her specific problem.&lt;br /&gt;
&lt;br /&gt;
==The development details==&lt;br /&gt;
&lt;br /&gt;
Develoment details are added in extra optional lines, each one beginning with the keyword &#039;&#039;&#039;&#039;Dev&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Patches which require multiple commits==&lt;br /&gt;
&lt;br /&gt;
When multiple commits are linked to the same topic (same new feature, same fix, ...), the &#039;Commit Summary&#039; line of subsequent commits must be the same as the one provided for the first commit.&lt;br /&gt;
&lt;br /&gt;
The development details (line starting with the keyword &#039;Dev&#039;) can differ, of course.&lt;br /&gt;
&lt;br /&gt;
== Examples==&lt;br /&gt;
&lt;br /&gt;
Example of a simple language file update:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;Updated translation: German&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a security fix:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;Fixed issue #9762: [security] XSS possible&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a single bug which is fixed in several commits:&lt;br /&gt;
&lt;br /&gt;
Commit 1:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;Fixed issue #2565: Can&#039;t access survey more than once on the same browser window&lt;br /&gt;
&lt;br /&gt;
Dev: This fixes this bug for survey with tokens.&lt;br /&gt;
&lt;br /&gt;
Dev: When showing a new token (different from the one in session), the previous session is destroyed.&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Commit 2:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fixed issue #2565: Can&#039;t access survey more than once on the same browser window&lt;br /&gt;
&lt;br /&gt;
Dev: This fixes this bug for survey without tokens and without answer preview.&lt;br /&gt;
&lt;br /&gt;
Dev: Session is destroyed at submit time.&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Commit 3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;Fixed issue #2565: Can&#039;t access survey more than once on the same browser window&lt;br /&gt;
&lt;br /&gt;
Dev: This fixes this bug for survey without tokens and with answer preview.&lt;br /&gt;
&lt;br /&gt;
Dev: Session is destroyed when closing the answer preview window or closing the Submit confirmation page.&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a single commit containing several fixes each with a Dev comment:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;Fixed issue #1234: Fixed some untranslated strings&lt;br /&gt;
&lt;br /&gt;
Dev: Missing call to clang-gT in admin.php&lt;br /&gt;
&lt;br /&gt;
Fixed issue #2345: Fixed a small layout issue in condition editor&lt;br /&gt;
&lt;br /&gt;
Dev: Fixed div HTML elements&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Tibor.pacalat</name></author>
	</entry>
</feed>