Go to the source code of this file.
Variables | |
PHP | $page_author = $creator_name |
$page_author_email = $creator_email | |
$page_menu = 100 | |
$page_date = formatTime( time() ) | |
$page_title = i18n("Request new password") | |
$panel = new optionsPanel("requestPassword") | |
$panel | showHeader = false |
$panel | saveTitle = i18n("Continue") |
$panel | resetTitle = i18n("Clear form") |
$message = i18n("The new password for the user ##0## is ##1##", array( $panel->options["username"]["current"], $newpassword ) ) | |
else | $page_content = renderErrorBox( i18n("Error"), i18n("An error occured while attempting to send out the new password to the provided email address! The most likely cause of this is a non-functioning email address.") ) |
$message = i18n("The new password for the user ##0## is ##1##", array( $panel->options["username"]["current"], $newpassword ) ) |
Definition at line 34 of file requestpassword.php.
Referenced by subscriptionsManager::handle(), Member::newConfirmationCode(), subscriptionsManager::notifySubscribers(), renderEditor(), Convention::renderEditor(), discussThread::save(), sendMessage(), and Member::setConfirmed().
PHP $page_author = $creator_name |
Definition at line 17 of file requestpassword.php.
$page_author_email = $creator_email |
Definition at line 18 of file requestpassword.php.
$page_content = renderErrorBox( i18n("Error"), i18n("An error occured while attempting to send out the new password to the provided email address! The most likely cause of this is a non-functioning email address.") ) |
Definition at line 41 of file requestpassword.php.
$page_date = formatTime( time() ) |
Definition at line 20 of file requestpassword.php.
$page_menu = 100 |
Definition at line 19 of file requestpassword.php.
$page_title = i18n("Request new password") |
Definition at line 21 of file requestpassword.php.
$panel = new optionsPanel("requestPassword") |
Definition at line 23 of file requestpassword.php.
Referenced by Convention::handleRegistration(), modulesetup_convention(), modulesetup_documents(), modulesetup_gallery2(), discussThread::render(), Convention::render(), renderEditor(), Member::renderEditor(), Hotel::renderEditor(), Event::renderEditor(), and Convention::renderEditor().
$panel resetTitle = i18n("Clear form") |
Definition at line 26 of file requestpassword.php.
$panel saveTitle = i18n("Continue") |
Definition at line 25 of file requestpassword.php.
Referenced by optionsPanel::optionsPanel(), and optionsPanel::render().
$panel showHeader = false |