Simple login

{% if error %}

Error logging in

code {{ error['code'] }}

error {{ error['error'] }}

{% end %}

You can log in as alpha or as beta. The password is the same as the username.

{% if 'recaptcha' in handler.kwargs %} {% set recaptcha = handler.kwargs.recaptcha %} {% end %}