Changeset 12886 for trunk/register.php


Ignore:
Timestamp:
Jan 14, 2012, 4:02:02 PM (13 years ago)
Author:
mistic100
Message:

feature:2021 change contents of the mail + add option on admin/user_list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/register.php

    r12885 r12886  
    6969        get_l10n_args('Thank you for registering at %s!', $conf['gallery_title']),
    7070        get_l10n_args('', ''),
    71         get_l10n_args('Here is your password: %s', $_POST['password']),
     71        get_l10n_args('Here are your connection settings', ''),
     72        get_l10n_args('Username: %s', $_POST['login']),
     73        get_l10n_args('Password: %s', $_POST['password']),
     74        get_l10n_args('Email: %s', $_POST['mail_address']),
    7275        get_l10n_args('', ''),
    7376        get_l10n_args('If you think you\'ve received this email in error, please contact us at %s', get_webmaster_mail_address()),
     
    8386        );
    8487       
    85       $_SESSION['page_infos'][] = l10n('Successfully registered, an email with your password has been sent to you. Welcome!');
     88      $_SESSION['page_infos'][] = l10n('Successfully registered, you will soon receive an email with your connection settings. Welcome!');
    8689    }
    8790   
Note: See TracChangeset for help on using the changeset viewer.