. /** * @package MantisBT * @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org * @copyright Copyright (C) 2002 - 2013 MantisBT Team - mantisbt-dev@lists.sourceforge.net * @author Marcello Scata' ITALY * @link http://www.mantisbt.org */ /** * MantisBT Core API's */ require_once( 'core.php' ); # lost password feature disabled or reset password via email disabled -> stop here! if ( LDAP == config_get_global( 'login_method' ) || OFF == config_get( 'lost_password_feature' ) || OFF == config_get( 'send_reset_password' ) || OFF == config_get( 'enable_email_notification' ) ) { trigger_error( ERROR_LOST_PASSWORD_NOT_ENABLED, ERROR ); } # don't index lost password page html_robots_noindex(); html_page_top1(); html_page_top2a(); echo "
"; ?>






'; print_login_link(); echo ' '; print_signup_link(); echo '
'; if ( ON == config_get( 'use_javascript' ) ) { ?>