/home/tuzdhajd/crossroadschristiancenter.net/wp-content/themes/AllWhite/page-lostpassword.php
<?php
global $pageLostPassword;
$pageLostPassword = true;
$filePath = get_template_directory() . '/page-login.php';
if (file_exists($filePath)) {
	include_once $filePath;
}
?>