Add support for the new welcome page

tags/0.2.11_1_el6
Daniel Berteaud 10 years ago
parent 5d5d42286a
commit 64b0155d14
  1. 1
      root/etc/e-smith/events/actions/pydio-user-rights
  2. 7
      root/etc/e-smith/templates/etc/pydio/bootstrap_repositories.php/050repo

@ -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)

@ -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
}

Loading…
Cancel
Save