{% extends "layout.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}Profile{% endblock %} {% block body %}

Here you can change the profile information used for this website. Please keep in mind that you can only have one OpenID identity linked to this account, if you change it the old one will no longer be able to sign in.

Name:
OpenID:
{{ g.user.openid|displayopenid }} (change)

{% endblock %}