Login

{#if loginPageMessage}

{@html loginPageMessage}

{/if} {#if authConfig.passwordLoginEnabled}
{#if error}

{error}

{/if}
{/if} {#if authConfig.enabled} {#if authConfig.passwordLoginEnabled}

or
{/if}
{#if oauthError}

{oauthError}

{/if}
{/if} {#if !authConfig.enabled && !authConfig.passwordLoginEnabled}

Login has been disabled.

{/if}