diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-15 18:31:49 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-15 18:31:49 -0400 |
commit | a47ab1ad6acee9a94dce7803d05683c2903b187d (patch) | |
tree | 55cbf36ccf4fbe357413eaa5c6c19f8b0aeb8cf8 /actions/emailsettings.php | |
parent | 993e2a82fe922c8f11a0117c32c835709e6888a6 (diff) |
confirm address
darcs-hash:20080715223149-84dde-7159a4db6c0e09c4e616ae45d25ec734a60d36ae.gz
Diffstat (limited to 'actions/emailsettings.php')
-rw-r--r-- | actions/emailsettings.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/emailsettings.php b/actions/emailsettings.php index a8b1fc5b7..b7e356c25 100644 --- a/actions/emailsettings.php +++ b/actions/emailsettings.php @@ -173,6 +173,10 @@ class EmailsettingsAction extends SettingsAction { return; } + mail_confirm_address($confirm->code, + $user->nickname, + $email); + $msg = _('A confirmation code was sent to the email address you added. Check your inbox (and spam box!) for the code and instructions on how to use it.'); $this->show_form($msg, TRUE); |