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

{translate key="user.profile.changePasswordInstructions"}

{fieldLabel name="oldPassword" key="user.profile.oldPassword"}
{fieldLabel name="password" key="user.profile.newPassword"}
{translate key="user.register.passwordLengthRestriction" length=$minPasswordLength}
{fieldLabel name="password2" key="user.profile.repeatNewPassword"}

{include file="common/footer.tpl"}