Commit 4c6e1baf authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-772 Change default value of USE_FULLEMAIL_FOR_LOGIN to true.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 5920b258
...@@ -65,10 +65,10 @@ ...@@ -65,10 +65,10 @@
* (e.g. user@company.com) or the username only (user). * (e.g. user@company.com) or the username only (user).
* This is required for Z-Push to work properly after autodiscover. * This is required for Z-Push to work properly after autodiscover.
* Possible values: * Possible values:
* false - use the username only (default). * false - use the username only.
* true - use the complete email address. * 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);
/********************************************************************************** /**********************************************************************************
* Default FileStateMachine settings * Default FileStateMachine settings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment