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 #51 from YunoHost-Apps/USE_FULLEMAIL_FOR_LOGIN

Activate USE_FULLEMAIL_FOR_LOGIN
This commit is contained in:
yalh76 2020-02-27 20:31:44 +01:00 committed by GitHub
commit 289a37d226
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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