@include:stdhead@ @label:login.title@ @include{topbar}@

@label:login.title@

@if{@ne{@label:error@}{error}@}{ @#{error reporting from some earlier operation}@

@label{error.@label:error@}@

}@ @if{@ne{@label:registered@}{registered}@}{ @#{registration succeeded}@

@label:login.registered@

}@ @if{@eq{@user@}{guest}@}{ @#{guest user, allow login and registration}@

Existing users

If you have a username, use this form to log in.

@label:login.username@
@label:login.password@

New Users

If you do not have a login enter a username, a password and your email address here. You will be sent an email containing a URL, which you must visit to activate your login before you can use it.

@label:login.username@
@label:login.email@
@label:login.password@
}{ @#{not the guest user, allow change of details and logout}@

Logged in as @user@

TODO none of this stuff works yet

Use this form to change your email address and/or password.

@label:login.email@
@label:login.password@

Use this button to log out @user@.

}@ @include{topbarend}@ @@