1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Merge pull request #54 from YunoHost-Apps/testing

Activate USE_FULLEMAIL_FOR_LOGIN
This commit is contained in:
yalh76 2020-02-28 02:50:13 +01:00 committed by GitHub
commit 9e8a726698
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 4 deletions

View file

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

View file

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

View file

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

View file

@ -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": {