Commit 31972161 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #165 in ZP/z-push from...

Merge pull request #165 in ZP/z-push from bugfix/ZP-772-change-default-value-of-use_fullemail_for_login to develop

* commit '4c6e1baf':
  ZP-772 Change default value of USE_FULLEMAIL_FOR_LOGIN to true.
parents 585a812a 4c6e1baf
......@@ -65,10 +65,10 @@
* (e.g. user@company.com) or the username only (user).
* This is required for Z-Push to work properly after autodiscover.
* Possible values:
* false - use the username only (default).
* true - use the complete email address.
* 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);
/**********************************************************************************
* 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