CVS messages for Email Change Confirmation
December 18, 2009
-
#648842 Added Portuguese translation thanks to introfini.
December 7, 2009
-
#648842 Portuguese translation thanks to introfini.
July 28, 2009
-
swap out t() for strtr() in hook_mail() implementation since t() is operating off of a variable value and so should not be used.
-
Updated the README.
-
updated the README
-
updated the README
July 24, 2009
-
replace t() with strtr() in email_confirm_mail(). t() should not be used with variables. strtr() is used in the hook_mail() api page example.
-
Email Change Confirmation: /modules/email_confirm/email_confirm.info 1.3
Email Change Confirmation: /modules/email_confirm/email_confirm.install 1.2
Email Change Confirmation: /modules/email_confirm/email_confirm.module 1.4Port to Drupal 7
-
Added a hook to allow other modules to act on email change requests and confirmations of email changes.
-
Added a hook to allow other modules to act on email change requests and confirmations of email changes.
