{% extends 'templates/base.html' %} {% block title %}{{super()}} | Set Password{% endblock %} {% block head %} {{super()}} {% endblock %} {% block main %}

Set Password

Your password must be at least 8 characters long. You can use any letter, number, symbol, emoji, or spaces. Your password will be stored as a salted hash on the server.

{% endblock %} {% block javascript %} {{super()}} {% endblock %}