{** * templates/frontend/pages/userLogin.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2000-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * User login form. * *} {include file="frontend/components/header.tpl" pageTitle="user.login"}
{translate key="common.requiredField"}
{* A login message may be displayed if the user was redireceted to the login page from another request. Examples include if login is required before dowloading a file. *} {if $loginMessage}{translate key=$loginMessage}
{/if}