DBAuth login

{% if error %}

Error logging in

code {{ error['code'] }}

error {{ error['error'] }}

{% end %} {% set url = handler.kwargs.url %} {% set table = handler.kwargs.table %}

This form will log in using the credentials in the {{ table }} table of {{ url }}.

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

{% if handler.forgot %}

Forgot your password?

{% end %} {% if handler.signup %}

Sign up as new user

{% end %}