{** * templates/frontend/pages/userLostPassword.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2000-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Password reset form. * *} {include file="frontend/components/header.tpl" pageTitle="user.login.resetPassword"}
{include file="frontend/components/breadcrumbs.tpl" currentTitleKey="user.login.resetPassword"}

{translate key="user.login.resetPasswordInstructions"}

{csrf} {if $error}
{translate key=$error}
{/if}
{if !$disableUserReg} {capture assign=registerUrl}{url page="user" op="register" source=$source}{/capture} {translate key="user.login.registerNewAccount"} {/if}
{include file="frontend/components/footer.tpl"}