mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Activate USE_FULLEMAIL_FOR_LOGIN
This commit is contained in:
parent
be527feb7e
commit
6d86e74187
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
||||||
* false - use the username only (default).
|
* false - use the username only (default).
|
||||||
* true - use the complete email address.
|
* 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
|
* AutoDiscover requires the username to match either the email address
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
* false - use the username only.
|
* false - use the username only.
|
||||||
* true - string the mobile sends as username, e.g. full email address (default).
|
* 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
|
* StateMachine setting
|
||||||
|
|
Loading…
Add table
Reference in a new issue