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:
commit
9e8a726698
4 changed files with 3 additions and 4 deletions
|
@ -30,7 +30,6 @@ Z-Push is an Exchange ActiveSync fronted written in php which lets you synchroni
|
|||
|
||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/z-push/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/z-push/)
|
||||
* Jessie x86-64b - [](https://ci-stretch.nohost.me/ci/apps/z-push/)
|
||||
|
||||
## Links
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue