Changeset 139

Show
Ignore:
Timestamp:
12/26/07 20:17:19 (1 year ago)
Author:
pdingle
Message:

added cardvalidation email option for sendAccountValidation and added verified-new-email.html user message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/RB-0.9/wp-infocard/wp/clickback.pw.php

    r135 r139  
    120120                                $message  = sprintf('Someone has recently attempted to change their email address at %s (%s) to be this email address.  If you are the person who has triggered this change, please click on the link below to confirm. If you have received this email in error, please disregard.', pw_utils::getTitle(), pw_utils::getSuccessUrl()) . "\r\n\r\n"; 
    121121                        break; 
     122                        case "cardvalidation": 
     123                                $email_title  = 'New Information Card Validation'; 
     124                                $message  = sprintf('Someone has recently attempted to change the information card associated with the account at this email address at %s (%s).  If you are the person who has triggered this change, please click on the link below to confirm. If you have received this email in error, please disregard.', pw_utils::getTitle(), pw_utils::getSuccessUrl()) . "\r\n\r\n"; 
     125                        break; 
     126 
    122127 
    123128                        default: