{% extends 'templates/base.html' %} {% block title %}{{super()}} | Set Password{% endblock %} {% block head %} {{super()}} {% endblock %} {% block javascript %} {{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 checked using zxcvbn. All passwords are stored on the server as salted hashes.

{% endblock %}