public property LdapUserConf::$accountsWithSameEmail in Lightweight Directory Access Protocol (LDAP) 7.2
Whether to allow/disallow provisioning accounts that have the same email. Depending on whether the "sharedemail" module is enabled, this variable will (by default) be set accordingly. It can be overridden by an admin.
LDAP_USER_ACCOUNTS_WITH_SAME_EMAIL_DISABLED (0) LDAP_USER_ACCOUNTS_WITH_SAME_EMAIL_ENABLED (1)
Type: int
File
- ldap_user/
LdapUserConf.class.php, line 83
Class
Code
public $accountsWithSameEmail = LDAP_USER_ACCOUNTS_WITH_SAME_EMAIL_DISABLED;