Download & Extend

Notification validate mail not saved to the DB

Project:LDAP provisioning
Version:6.x-1.0-alpha2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

The Notification mail for validating your email address isn't working, there is a spelling mistake in the ldapprov.admin.inc as line: 381

<?php
      variable_set
('ldapprov_mail_code_body', $values['ldapprov_mail_codee_body']);
?>

Should be

<?php
      variable_set
('ldapprov_mail_code_body', $values['ldapprov_mail_code_body']);
?>

Comments

#1

Status:needs review» fixed

This is already fixed in the dev version.

#2

Status:fixed» closed (fixed)

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

nobody click here