Implementado Registro de Cuentas y Activacion de Email

This commit is contained in:
adevopg
2024-11-12 15:30:01 +01:00
parent 6b976046cb
commit 996c93aafb
22 changed files with 301 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
<h1>Bienvenido, {{ username }}</h1>
<p>Gracias por registrarte en {{ NOMBRE_SERVIDOR }}.</p>
<p>Para activar tu cuenta, haz clic en el siguiente enlace:</p>
<a href="{{ activation_link }}">ACTIVAR LA CUENTA</a>
<p>Si el botón no funciona, copia y pega el siguiente enlace en tu navegador:</p>
<p>{{ activation_link }}</p>