From 30d574487f73a21dbcc66419b9b19abbe047dc87 Mon Sep 17 00:00:00 2001 From: minihoot <70825884+minihoot@users.noreply.github.com> Date: Sun, 18 Jan 2026 14:26:04 +1100 Subject: [PATCH] forgot about this page --- .../templates/closedverse_main/forgot_page.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/closedverse_main/templates/closedverse_main/forgot_page.html b/closedverse_main/templates/closedverse_main/forgot_page.html index ab33dd3..57b23bd 100644 --- a/closedverse_main/templates/closedverse_main/forgot_page.html +++ b/closedverse_main/templates/closedverse_main/forgot_page.html @@ -6,7 +6,7 @@

{{ title }}

{% if reset_supported %} -

If you've forgotten your password or need to reset it for some reason, you've come to the right place.
Yes, this works.

+

If you've forgotten your password or need to reset it for some reason, you've come to the right place.

{% csrf_token %}

@@ -16,8 +16,8 @@

Notice: Your user ID is used to log in, and is sometimes referred to as a username. It is below your nickname in most cases, please make sure you are using your user ID and your password.

{% else %} -

Password resets are not enabled on this instance of {{ brand_name }}. -

To remedy this, tell the owner of the service to set up an SMTP server and specify it in their {{ brand_name }} configuration.

+

Password resets are not enabled on {{ brand_name }}. +

To remedy this, tell the owner of the service to set up an SMTP server and specify it in their Cedar-Django configuration.


{% endif %}