"Email", "onkeyup" => "check_if_we_should_enable_sending_email();"); $attribute_map = $LDAP['default_attribute_map']; if (isset($LDAP['account_additional_attributes'])) { $attribute_map = ldap_complete_attribute_array($attribute_map,$LDAP['account_additional_attributes']); } if (! array_key_exists($LDAP['account_attribute'], $attribute_map)) { $attribute_r = array_merge($attribute_map, array($LDAP['account_attribute'] => array("label" => "Account UID"))); } if (!isset($_POST['account_identifier']) and !isset($_GET['account_identifier'])) { ?>
The account identifier is missing.
This account doesn't exist.
The password wasn't strong enough.
The password contained invalid characters.
The passwords didn't match.
*The account identifier. Changing this will change the full DN.