Add default value for skin in config.lua

This commit is contained in:
agentcobra 2016-11-26 22:55:48 +01:00
parent 3703ce0301
commit 083e4902c2
2 changed files with 2 additions and 1 deletions

View file

@ -149,7 +149,7 @@ Array of regular expressions to be matched against URLS **and** URIs and their r
#### skin
Skin used by default in views (**default**: `portal`)
Skin used by default in views (**default**: `"portal"`)
#### users

View file

@ -52,6 +52,7 @@ function get_config()
ldap_identifier = "uid",
ldap_attributes = {"uid", "givenname", "sn", "cn", "homedirectory", "mail", "maildrop"},
allow_mail_authentication = true,
skin = "portal",
default_language = "en"
}