{** * templates/user/loginChangePassword.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2000-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form to change a user's password in order to login. * *} {strip} {assign var="pageTitle" value="user.changePassword"} {url|assign:"currentUrl" page="login" op="changePassword"} {include file="common/header.tpl"} {/strip} {if !$passwordLengthRestrictionLocaleKey} {assign var="passwordLengthRestrictionLocaleKey" value="user.register.passwordLengthRestriction"} {/if}
{include file="common/footer.tpl"}