<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Login widget --> <#macro assets> <#-- RY This test should be replaced by widget controller logic which doesn't display any assets if the user is logged in. See NIHVIVO-1357. This test does nothing, since user has not been put into the data model. <#if ! user.loggedIn> --> ${stylesheets.add("/css/login.css")} ${scripts.add("/js/jquery.js", "/js/login/loginUtils.js")} <#-- ${headScripts.add("")} --> <#-- --> <#macro loginForm>

Log in

<#if infoMessage??>

${infoMessage}

<#if errorMessage??>
<#if externalAuthUrl??>

${externalAuthName}

or

Login using a different account

<#-- nac26: remember me won't be ready for r1.2 --> <#-- mb863: forgot password and request an account won't be part of VIVO r1.2

Forgot your password?

-->
<#macro forcePasswordChange>

Log in

<#if errorMessage??>

Minimum of 6 characters in length.

or Cancel

<#macro alreadyLoggedIn>

Log in

You are already logged in.

<#macro error>

There was an error in the system.