prompt 4
This commit is contained in:
12
web/emails/templates/reset_password.html
Normal file
12
web/emails/templates/reset_password.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!doctype html>
|
||||
<html lang="it">
|
||||
<body style="font-family: Arial, sans-serif; line-height: 1.5; color: #111;">
|
||||
<p>Ciao {{.UserEmail}},</p>
|
||||
<p>abbiamo ricevuto una richiesta di reset password per <strong>{{.AppName}}</strong>.</p>
|
||||
<p>Usa questo link per impostare una nuova password:</p>
|
||||
<p><a href="{{.ResetURL}}">Reset password</a></p>
|
||||
<p>Se non hai richiesto questa operazione, ignora questa email.</p>
|
||||
<hr>
|
||||
<p>{{.AppName}}<br><a href="{{.BaseURL}}">{{.BaseURL}}</a></p>
|
||||
</body>
|
||||
</html>
|
||||
10
web/emails/templates/reset_password.txt
Normal file
10
web/emails/templates/reset_password.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Ciao {{.UserEmail}},
|
||||
|
||||
abbiamo ricevuto una richiesta di reset password per {{.AppName}}.
|
||||
Usa questo link per impostare una nuova password:
|
||||
{{.ResetURL}}
|
||||
|
||||
Se non hai richiesto questa operazione, ignora questa email.
|
||||
|
||||
{{.AppName}}
|
||||
{{.BaseURL}}
|
||||
12
web/emails/templates/verify_email.html
Normal file
12
web/emails/templates/verify_email.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!doctype html>
|
||||
<html lang="it">
|
||||
<body style="font-family: Arial, sans-serif; line-height: 1.5; color: #111;">
|
||||
<p>Ciao {{.UserEmail}},</p>
|
||||
<p>benvenuto su <strong>{{.AppName}}</strong>.</p>
|
||||
<p>Per verificare la tua email clicca qui:</p>
|
||||
<p><a href="{{.VerifyURL}}">Verifica email</a></p>
|
||||
<p>Se non hai richiesto questa operazione, puoi ignorare questo messaggio.</p>
|
||||
<hr>
|
||||
<p>{{.AppName}}<br><a href="{{.BaseURL}}">{{.BaseURL}}</a></p>
|
||||
</body>
|
||||
</html>
|
||||
10
web/emails/templates/verify_email.txt
Normal file
10
web/emails/templates/verify_email.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Ciao {{.UserEmail}},
|
||||
|
||||
benvenuto su {{.AppName}}.
|
||||
Per verificare la tua email visita questo link:
|
||||
{{.VerifyURL}}
|
||||
|
||||
Se non hai richiesto questa operazione, puoi ignorare questo messaggio.
|
||||
|
||||
{{.AppName}}
|
||||
{{.BaseURL}}
|
||||
Reference in New Issue
Block a user