Releases for Email Change Confirmation
email_confirm 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-6.x-1.4.tar.gz | 15.61 KB | 9255740fb77555935d90d8de99bff18e |
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.
email_confirm 5.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-5.x-1.5.tar.gz | 13.63 KB | b5222943992d1a0225212f670ee97d26 |
Changes since DRUPAL-5--1-4:
- #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
email_confirm 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-7.x-1.x-dev.tar.gz | 15.61 KB | 7eadf7c98a9e3cd508215ee9eb37ffd8 |
Drupal 7 port
email_confirm 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-6.x-1.3.tar.gz | 15.13 KB | ac2aaa0755e171977a3ca85e7cafcfb8 |
Changes since DRUPAL-6--1-2:
- #330928 save the user's new email via Drupal user_save instead of a direct db query. Thanks to mikeryan for pointing out.
- French translation thanks to opendz.
- #257327 by seals: Updated Swedish translation and POT.
- #324005 Added support for SMTP module when setting the 'From' email address for mail sent out by the module.
- #433348 add site private key to the email change confirmation md5 hash.
NOTE: In modifying the confirmation md5 hash to use the site private key, it's possible that some email confirmation links that have already been sent out by the module will not work in the first 24 hours after upgrading this module.
email_confirm 5.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-5.x-1.4.tar.gz | 13.11 KB | 7971df0714845824d2d8022342331252 |
Changes since DRUPAL-5--1-3:
- #330928 save the user's new email via Drupal user_save instead of a direct db query. Thanks to mikeryan for pointing out.
- #433348 add site private key to the email change confirmation md5 hash.
NOTE: In modifying the confirmation md5 hash to use the site private key, it's possible that some email confirmation links that have already been sent out by the module will not work in the first 24 hours after upgrading this module.
email_confirm 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-5.x-1.3.tar.gz | 11.8 KB | 6613ee1ec17872d73321f2a8bfb73596 |
I mistakenly tagged the Drupal 6 release with a Drupal 5 tag
so 5.x-1.2 is actually Drupal 6 code. Use this one instead!!
new release with change:
email_confirm 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-5.x-1.2.tar.gz | 11.98 KB | 58c9c21c4ed403c5e1b2027a4cf8a159 |
new release with change:
email_confirm 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-6.x-1.2.tar.gz | 11.98 KB | a9512b3d0dfecc28c8e5e3e92ee30132 |
new release with changes:
#258072: Email Confirm, bcc now working
#282959: Using a plus sign in the email causes a failure
email_confirm 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-5.x-1.1.tar.gz | 11.77 KB | 40acc58b7d302c4a910eb8fc307c468b |
Changes since DRUPAL-5--1-0:
- #254907 fix bad default placeholder.
- #254910 only act if email field has been changed and is not an empty string. thanks to toemaz.
- #256791 added additional information to README.txt.
- added more help text and improved existing help text. Added more strings to be translated.
- spelling error.
- #257327 Swedish translation thanks to seals
email_confirm 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-6.x-1.1.tar.gz | 11.96 KB | 7b76daac344a99844940c77242b54244 |
Changes since DRUPAL-6--1-0:
- #254910 only act if email field has been changed and is not an empty string.
thanks to toemaz. - #258072 Fix failure to send to BCC email. just a case sensitivity issue
- #256791 added additional information to README.txt.
- added more help text and improved existing help text. Added more strings to be translated.
- #257327 Swedish translation thanks to seals
email_confirm 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-6.x-1.0.tar.gz | 9.09 KB | 8f2c29bb93b6bd3d21f2b0247f87bfce |
1st official release
email_confirm 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-5.x-1.0.tar.gz | 8.94 KB | 1e14e97ab1c535c037eebbafb7afbcc4 |
1st official release
email_confirm 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-6.x-1.x-dev.tar.gz | 15.61 KB | e899533d9cf2f87becdcabb11b30816f |
Drupal 6 port. The mail build and send out is done differently
than the Drupal 5 version due to some changes in drupal_mail()
and the new hook hook_mail(). Also can make use of
user_mail_tokens() which is new to Drupal 6
email_confirm 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| email_confirm-5.x-1.x-dev.tar.gz | 13.64 KB | 72623e6e3298daf3fe17285f675441b6 |
Initial testing snapshot of email_confirm
