diff --git a/root/etc/e-smith/events/actions/pydio-user-rights b/root/etc/e-smith/events/actions/pydio-user-rights index 7117363..63ce66d 100644 --- a/root/etc/e-smith/events/actions/pydio-user-rights +++ b/root/etc/e-smith/events/actions/pydio-user-rights @@ -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) diff --git a/root/etc/e-smith/templates/etc/pydio/bootstrap_repositories.php/050repo b/root/etc/e-smith/templates/etc/pydio/bootstrap_repositories.php/050repo index e1a33eb..66caa32 100644 --- a/root/etc/e-smith/templates/etc/pydio/bootstrap_repositories.php/050repo +++ b/root/etc/e-smith/templates/etc/pydio/bootstrap_repositories.php/050repo @@ -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 }