summary refs log tree commit diff
path: root/synapse/res/templates/password_reset_failure.html
blob: 2d59c463f0532b2ade21f90d2f15303261e6a254 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<html lang="en">
<head>
    <title>Password reset failure</title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>The request failed for the following reason: {{ failure_reason }}.</p>

<p>Your password has not been reset.</p>
</body>
</html>