{% extends 'templates/base.html' %} {% block title %}{{super()}} | Set Password{% 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 stored on the server as salted hashes. show {% endblock %}
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 stored on the server as salted hashes.