Bootstrap is now the default theme (#670)

This commit is contained in:
Clément Oudot 2014-02-05 16:39:40 +00:00
parent d18840122f
commit 41b327e78a
2 changed files with 2 additions and 2 deletions

View File

@ -2050,7 +2050,7 @@ sub defaultConf {
openIdSreg_timezone => '_timezone',
openIdSreg_email => 'mail',
portal => 'http://auth.example.com',
portalSkin => 'pastel',
portalSkin => 'bootstrap',
portalUserAttr => '_user',
portalCheckLogins => '1',
portalDisplayLoginHistory => '1',

View File

@ -525,7 +525,7 @@ sub setDefaultValues {
$self->{whatToTrace} ||= 'uid';
$self->{whatToTrace} =~ s/^\$//;
$self->{httpOnly} = 1 unless ( defined( $self->{httpOnly} ) );
$self->{portalSkin} ||= 'pastel';
$self->{portalSkin} ||= 'bootstrap';
$self->{portalDisplayLogout} = 1
unless ( defined( $self->{portalDisplayLogout} ) );
$self->{portalDisplayResetPassword} = 1