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

miglius’s picture

Status: Needs review » Fixed

This is already fixed in the dev version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.