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 66b9c05..38dbf3c 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 @@ -127,5 +127,12 @@ $REPOSITORIES["ajxp_conf"] = array( ); */ +$REPOSITORIES["ajxp_user"] = array( + "DISPLAY" => "Dashboard", + "DISPLAY_ID" => "166", + "DRIVER" => "ajxp_user", + "DRIVER_OPTIONS"=> array() +); + EOF }