{% extends 'events/base.html' %} {% load static %} {% block title %}Set New Password - Bloggers of Zambia{% endblock %} {% block content %}
Bloggers of Zambia Logo

Set New Password

{% if validlink %}
{% csrf_token %}
{% if form.new_password1.errors %}
{{ form.new_password1.errors }}
{% endif %}
  • Your password can't be too similar to your other personal information.
  • Your password must contain at least 8 characters.
  • Your password can't be a commonly used password.
  • Your password can't be entirely numeric.
{% if form.new_password2.errors %}
{{ form.new_password2.errors }}
{% endif %}
{% else %}

The password reset link was invalid, possibly because it has already been used.

Please request a new password reset.

Request New Reset Link
{% endif %}
{% endblock %}