diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-19 13:48:40 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-19 13:48:40 +0000 |
| commit | c81f527d7e2df5afc56040b8598c34c9a8b988a8 (patch) | |
| tree | 8c333887298c747e852363017a112e7b55c9b603 /remind_password.php | |
| parent | 6f420d72dd03495ebd885f5a80d6f0f86d11dcf6 (diff) | |
| download | users-c81f527d7e2df5afc56040b8598c34c9a8b988a8.tar.gz users-c81f527d7e2df5afc56040b8598c34c9a8b988a8.tar.bz2 users-c81f527d7e2df5afc56040b8598c34c9a8b988a8.zip | |
more kernel_config renames
Diffstat (limited to 'remind_password.php')
| -rw-r--r-- | remind_password.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remind_password.php b/remind_password.php index 8875a35..9dce71d 100644 --- a/remind_password.php +++ b/remind_password.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/remind_password.php,v 1.9 2006/03/10 18:24:33 spiderr Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/remind_password.php,v 1.10 2006/04/19 13:48:40 squareing Exp $ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,7 +8,7 @@ * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details * - * $Id: remind_password.php,v 1.9 2006/03/10 18:24:33 spiderr Exp $ + * $Id: remind_password.php,v 1.10 2006/04/19 13:48:40 squareing Exp $ * @package users * @subpackage functions */ @@ -46,7 +46,7 @@ if( $gBitUser->isRegistered() ) { $gBitSmarty->assign('mail_pass', $pass); $mail_data = $gBitSmarty->fetch('bitpackage:users/password_reminder.tpl'); $subject = "Your password for ".$gBitSystem->getConfig( 'site_title', $_SERVER['HTTP_HOST'] ); - mail( $userInfo['email'], $subject, $mail_data, "From: ".$gBitSystem->getConfig( 'sender_email' )."\r\nContent-type: text/plain;charset=utf-8\r\n"); + mail( $userInfo['email'], $subject, $mail_data, "From: ".$gBitSystem->getConfig( 'site_sender_email' )."\r\nContent-type: text/plain;charset=utf-8\r\n"); // Just show "success" message and no form } else { // Show error message (and leave form visible so user can fix problem) |
