view mod_email_pass/templates/changepass.html @ 4688:05725276fac0

mod_bookmarks2: Use same default as mod_pep for max_items Should fix the issue with max items until the proper "max" can be used, by following the configured max. While "max" is already in trunk, it's not easily usable in 0.11.x This limit and option was added to mod_pep in Prosody rev aefb96a52f5f
author Kim Alvefur <zash@zash.se>
date Wed, 15 Sep 2021 17:39:37 +0200
parents 7dbde05b48a9
children
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
  <meta charset="utf-8">
  <link rel="stylesheet" type="text/css" href="style.css" />
  <title>Reseteo de la clave de tu cuenta Jabber</title>
  </head>
  <body>
    <div id="estilo" class="formulario">
      <h1>Reseteo de la clave de tu cuenta Jabber</h1>
      <form action="{path}" method="POST">
		<p class="error">{notice}</p>
		<label>
		Usuario:
		<span class="small">Introduce tu usuario</span>
		</label>
		<input type="text" name="username" required>@{hostname}
		<div class="spacer"></div>
		<label>
		Email:
		<span class="small">Introduce tu email</span>
		</label>
		<input type="text" name="email" required>
		<div class="spacer"></div>

		<input id="button" class="button" type="submit" value="Enviar!">
		<div class="spacer"></div>
      </form>
      <p>
      Al pulsar sobre el bot&oacute;n, se enviar&aacute; a la direcci&oacute;n de correo que figura
      en tu vCard un enlace en el que deber&aacute;s entrar.<br />
      </p>
    </div>
  </body>
</html>