Posted by jaydub on July 28, 2009 at 6:11am
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-6.x-1.4.tar.gz | 15.61 KB | 9255740fb77555935d90d8de99bff18e |
| email_confirm-6.x-1.4.zip | 23.02 KB | 2c426737037a42634dade191daa8f93a |
Last updated: December 24, 2010 - 22:53
Changes since DRUPAL-6--1-3:
- #367186: Add a watchdog message when email was changed, #403260: Let other modules know that mail was changed Added a hook to allow other modules to act on email change requests and confirmations of email changes.
- updated the README
- swap out t() for strtr() in hook_mail() implementation since t() is operating off of a variable value and so should not be used.