Software /
code /
prosody-modules
Comparison
mod_register_json/register_json/template/fail_t.html @ 989:7c04c5856daa
mod_register_json: major code overhaul into a token based registration & verification system.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Mon, 29 Apr 2013 22:53:39 +0200 |
comparison
equal
deleted
inserted
replaced
988:c15cea87036f | 989:7c04c5856daa |
---|---|
1 <?xml version="1.0" encoding="utf-8" ?> | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | |
3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
4 <html xmlns="http://www.w3.org/1999/xhtml"> | |
5 <head> | |
6 <title>Prosody User Registration Verification</title> | |
7 <link rel="stylesheet" type="text/css" href="css/style.css" /> | |
8 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> | |
9 </head> | |
10 | |
11 <body> | |
12 <div id='top'> | |
13 <div id='header'> | |
14 <img src="images/header.png" /> | |
15 </div> | |
16 </div> | |
17 | |
18 <div id='main'> | |
19 <p>The Account UUID you provided is either invalid or expired, please keep in mind | |
20 <br />that the tokens have a max validity of five minutes after which they will expire | |
21 <br />and you will have to repeat the registration process.</p> | |
22 </div> | |
23 | |
24 </body> | |
25 </html> |