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:
commit
289a37d226
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue