Add support for the new welcome page

This commit is contained in:
Daniel Berteaud 2014-12-17 18:12:56 +01:00
parent 5d5d42286a
commit 64b0155d14
2 changed files with 8 additions and 0 deletions

View File

@ -95,6 +95,7 @@ foreach my $user (($a->users),$a->get('admin')){
}
# ACL for special workspaces
$data->{"\0*\0acls"}->{'ajxp_user'} = 'rw';
$data->{"\0*\0acls"}->{'ajxp_home'} = 'rw';
# As we're here, lets update the email address and the display name
# First, delete parameter if it's an array (meaning it's empty)

View File

@ -149,5 +149,12 @@ $REPOSITORIES["ajxp_user"] = array(
"DRIVER_OPTIONS"=> array()
);
$REPOSITORIES["ajxp_home"] = array(
"DISPLAY" => "Welcome",
"DISPLAY_ID" => "167",
"DRIVER" => "ajxp_home",
"DRIVER_OPTIONS"=> array()
);
EOF
}