You are here

public property LdapAuthenticationConf::$emailOption in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::emailOption
  2. 7 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::emailOption

Email handling option LDAP_AUTHENTICATION_EMAIL_FIELD_REMOVE -- don't show email on user forms LDAP_AUTHENTICATION_EMAIL_FIELD_DISABLE (default) -- disable email on user forms LDAP_AUTHENTICATION_EMAIL_FIELD_ALLOW -- allow editing of email on user forms

Type: int

File

ldap_authentication/LdapAuthenticationConf.class.php, line 99

Class

LdapAuthenticationConf

Code

public $emailOption = LDAP_AUTHENTICATION_EMAIL_FIELD_DEFAULT;