The Notification mail for validating your email address isn't working, there is a spelling mistake in the ldapprov.admin.inc as line: 381
variable_set('ldapprov_mail_code_body', $values['ldapprov_mail_codee_body']);
Should be
variable_set('ldapprov_mail_code_body', $values['ldapprov_mail_code_body']);
Comments
Comment #1
miglius commentedThis is already fixed in the dev version.