Skip to content

Commit

Permalink
Fixed issue #6828: Web server authentication not working
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 8, 2012
1 parent 361c515 commit a0cee6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/config-defaults.php
Expand Up @@ -183,13 +183,13 @@
'full_name' => 'autouser',
'email' => 'autouser@test.test',
'lang' => 'en',
'htmleditormode' => $defaulthtmleditormode,
'htmleditormode' => $config['defaulthtmleditormode'],
'templatelist' => 'default,basic',
'create_survey' => 1,
'create_user' => 0,
'delete_user' => 0,
'superadmin' => 0,
'configurator' =>0,
'configurator' => 0,
'manage_template' => 0,
'manage_label' => 0
);
Expand Down

0 comments on commit a0cee6b

Please sign in to comment.