view mod_email_pass/templates/sendmailok.html @ 5179:5be04d1b16fb

mod_rest: Remove confusing oauth2 tokens from examples Users were somehow confused into thinking that you should use the JID as username, rather than the username.
author Kim Alvefur <zash@zash.se>
date Tue, 28 Feb 2023 18:15:20 +0100
parents 7dbde05b48a9
children
line wrap: on
line source


<!DOCTYPE html>
<html>
  <head>
  	<link rel="stylesheet" type="text/css" href="style.css" />
    <meta charset="utf-8">
    <title>Enlace enviado!</title>
  </head>
  <body>
  <div id="estilo" class="formulario">
    <h1>Acabamos de enviarte un email con un enlace que tendr&aacute;s que visitar.</h1>
  </div>
  </body>
</html>