constant LDAP_AUTHENTICATION_EMAIL_FIELD_REMOVE in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_authentication/ldap_authentication.module \LDAP_AUTHENTICATION_EMAIL_FIELD_REMOVE
- 7 ldap_authentication/ldap_authentication.module \LDAP_AUTHENTICATION_EMAIL_FIELD_REMOVE
2 uses of LDAP_AUTHENTICATION_EMAIL_FIELD_REMOVE
- LdapAuthenticationTestCase::testUI in ldap_authentication/
tests/ ldap_authentication.test - Make sure user admin interface works.
- _ldap_authentication_form_user_profile_form_alter in ldap_authentication/
ldap_authentication.inc - Alter user editing form (profile form) based on ldap authentication configuration.
File
- ldap_authentication/
ldap_authentication.module, line 27 - This module injects itself into Drupal's Authentication stack.
Code
define('LDAP_AUTHENTICATION_EMAIL_FIELD_REMOVE', 2);