Implementado Registro de Cuentas y Activacion de Email
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<h1>Enlace inválido</h1>
|
||||
<p>El enlace de activación no es válido o ha expirado.</p>
|
||||
<a href="/register">Regístrate de nuevo</a>
|
||||
@@ -0,0 +1,3 @@
|
||||
<h1>Activación exitosa</h1>
|
||||
<p>Tu cuenta ha sido activada correctamente. Ya puedes iniciar sesión.</p>
|
||||
<a href="/log-in">Iniciar sesión</a>
|
||||
@@ -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>
|
||||
@@ -47,6 +47,7 @@
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/recruit-response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/trade_points_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/change_email_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/register.js"></script>
|
||||
<script>var aowow_tooltips = { "colorlinks": true, "iconizelinks": true, "renamelinks": true }</script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js/nw-scripts.js"></script>
|
||||
|
||||
|
||||
@@ -75,7 +75,6 @@
|
||||
<td><input type="text" maxlength="12" name="recruiter" id="recruiter" placeholder="Reclutante"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div class="g-recaptcha g-recaptcha-div" id="gcaptcha" data-theme="dark" data-sitekey="6LcsJH4UAAAAAKqW0y4c-OVFijZjtZqkadRlpbRI"><div style="width: 304px; height: 78px;"><div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-416nydq03u12" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcsJH4UAAAAAKqW0y4c-OVFijZjtZqkadRlpbRI&co=aHR0cHM6Ly91bHRpbW93b3cuY29tOjQ0Mw..&hl=en&v=-ZG7BC9TxCVEbzIO2m429usb&theme=dark&size=normal&cb=fc78i952eknd"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user