view mod_register_json/register_json/template/form_t.html @ 4542:fb4a50bf60f1

mod_prometheus: Invoke stats collection if in 'manual' mode Since 10d13e0554f9 a special value for statistics_interval "manual" exists, where a module is expected to invoke processing in connection to collection of stats. This makes internal collection and exporting to Prometheus happens at the same time with no chance of timers getting out of sync.
author Kim Alvefur <zash@zash.se>
date Tue, 13 Apr 2021 23:53:53 +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>Please input below the identification string you received by e-mail, to complete your
  <br />xmpp account registration.</p>
  <form action='%REG-URL' method='post' accept-charset='UTF-8' id='uuid'>
    <div><label for='set-uuid'>UUID:</label></div>
    <div><input type='text' name='uuid' id='set-uuid' value="" /></div>
    <div><input type='submit' id='connect' value='Complete Registration' class='btn' /></div>
  </form>
</div>

</body>
</html>