mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-18 14:02:15 +00:00
Disabled password reset and left message notifying user of problem. In response to CVE-2019-19844
9 lines
436 B
HTML
9 lines
436 B
HTML
{% extends 'base_rigs.html' %}
|
|
|
|
{% block title %}Password Reset Disabled{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>Password reset is disabled</h1>
|
|
<p> We are very sorry for the inconvenience, but due to a security vulnerability, password reset is currently disabled until the vulnerability can be patched.</p>
|
|
<p> If you are locked out of your account, please contact an administrator and we can manually perform a reset</p>
|
|
{% endblock %} |