2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Automatically log in to limesurvey

This commit is contained in:
azammitdcarf
2009-02-26 06:52:34 +00:00
parent a4cc12aba4
commit 9656973f9a

View File

@@ -61,4 +61,23 @@ $siteadminname = "Your Name"; // The name of the site administrator
$defaultlang = DEFAULT_LOCALE;
$useWebserverAuth = true;
$WebserverAuth_autocreateUser = true;
$WebserverAuth_autouserprofile = Array(
'full_name' => 'autouser',
'email' => $siteadminemail,
'lang' => DEFAULT_LOCALE,
'htmleditormode' => $defaulthtmleditormode,
'templatelist' => 'default,basic',
'create_survey' => 1,
'create_user' => 1,
'delete_user' => 1,
'superadmin' => 1,
'configurator' => 1,
'manage_template' => 1,
'manage_label' => 1);
?>