diff --git a/README.md b/README.md index 72fc890..8145515 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ Z-Push is an Exchange ActiveSync fronted written in php which lets you synchroni * x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/z-push%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/z-push/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/z-push%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/z-push/) -* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/z-push%20%28Apps%29.svg)](https://ci-stretch.nohost.me/ci/apps/z-push/) ## Links diff --git a/conf/backend/config-autodiscover.php b/conf/backend/config-autodiscover.php index b81a413..2c232f9 100644 --- a/conf/backend/config-autodiscover.php +++ b/conf/backend/config-autodiscover.php @@ -43,7 +43,7 @@ * false - use the username only (default). * true - use the complete email address. */ - define('USE_FULLEMAIL_FOR_LOGIN', false); + define('USE_FULLEMAIL_FOR_LOGIN', true); /* * AutoDiscover requires the username to match either the email address diff --git a/conf/config.php b/conf/config.php index 1c78535..b7b456d 100644 --- a/conf/config.php +++ b/conf/config.php @@ -54,7 +54,7 @@ * false - use the username only. * true - string the mobile sends as username, e.g. full email address (default). */ - define('USE_FULLEMAIL_FOR_LOGIN', false); + define('USE_FULLEMAIL_FOR_LOGIN', true); /********************************************************************************** * StateMachine setting diff --git a/manifest.json b/manifest.json index 70b8c2d..19ce3f5 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Z-Push is an ActiveSync frontend that helps you synchronize emails, calendar and contacts", "fr": "Z-Push est un frontend ActiveSync qui permet de synchroniser emails, calendrier et contacts" }, - "version": "2.5.1~ynh2", + "version": "2.5.1~ynh3", "url": "https://z-push.org", "license": "AGPL-3.0-or-later", "maintainer": {