view mod_register_json/register_json/template/fail_t.html @ 4537:53ee391ca689

mod_smacks: Fix traceback due to session being destroyed in send() Sending something can cause the OS to notice that the connection is dead and then the connection can be dead at this point. More likely if opportunistic_writes is enabled.
author Kim Alvefur <zash@zash.se>
date Thu, 01 Apr 2021 11:35:26 +0200
parents 7c04c5856daa
children
line wrap: on
line source

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Prosody User Registration Verification</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
</head>

<body>
<div id='top'>
  <div id='header'>
    <img src="images/header.png" />
  </div>
</div>

<div id='main'>
  <p>The Account UUID you provided is either invalid or expired, please keep in mind
  <br />that the tokens have a max validity of five minutes after which they will expire
  <br />and you will have to repeat the registration process.</p>
</div>

</body>
</html>