|
@@ -61,58 +61,39 @@
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
color: #6c757d;
|
|
color: #6c757d;
|
|
|
}
|
|
}
|
|
|
- .security-info {
|
|
|
|
|
- background-color: #d1ecf1;
|
|
|
|
|
- border: 1px solid #bee5eb;
|
|
|
|
|
- color: #0c5460;
|
|
|
|
|
- padding: 15px;
|
|
|
|
|
- border-radius: 5px;
|
|
|
|
|
- margin: 20px 0;
|
|
|
|
|
- }
|
|
|
|
|
</style>
|
|
</style>
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|
|
|
<div class="header">
|
|
<div class="header">
|
|
|
- <h1>🔒 Reset Password</h1>
|
|
|
|
|
|
|
+ <h1>🔒 Reimposta la tua password – Leezard.cloud</h1>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="content">
|
|
<div class="content">
|
|
|
<h2>Ciao {{ $name }},</h2>
|
|
<h2>Ciao {{ $name }},</h2>
|
|
|
|
|
|
|
|
- <p>Hai richiesto di reimpostare la password per il tuo account in <strong>Leezard</strong>.</p>
|
|
|
|
|
|
|
+ <p>abbiamo ricevuto una richiesta di reset della password per il tuo account su <strong>Leezard.cloud</strong>.</p>
|
|
|
|
|
|
|
|
- <p>Se hai effettuato questa richiesta, clicca sul pulsante qui sotto per reimpostare la tua password:</p>
|
|
|
|
|
|
|
+ <p>Per impostare una nuova password, clicca sul pulsante qui sotto:</p>
|
|
|
|
|
|
|
|
<div style="text-align: center;">
|
|
<div style="text-align: center;">
|
|
|
<a href="{{ $reset_url }}" class="reset-button" style="color: #FFF!important">🔑 Reimposta Password</a>
|
|
<a href="{{ $reset_url }}" class="reset-button" style="color: #FFF!important">🔑 Reimposta Password</a>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="warning">
|
|
|
|
|
- <strong>⚠️ Importante:</strong> Questo link scadrà il <strong>{{ $expires_at }}</strong>. Se il link è scaduto, dovrai richiedere un nuovo reset della password.
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
- <p><strong>Se il pulsante non funziona, copia e incolla questo link nel tuo browser:</strong></p>
|
|
|
|
|
|
|
+ <p><strong>Oppure copia e incolla questo link nel tuo browser:</strong></p>
|
|
|
|
|
|
|
|
<div class="reset-url">
|
|
<div class="reset-url">
|
|
|
{{ $reset_url }}
|
|
{{ $reset_url }}
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="security-info">
|
|
|
|
|
- <h3>🛡️ Informazioni di Sicurezza:</h3>
|
|
|
|
|
- <ul>
|
|
|
|
|
- <li>Se non hai richiesto questo reset, ignora questa email</li>
|
|
|
|
|
- <li>Non condividere mai questo link con nessuno</li>
|
|
|
|
|
- <li>Scegli una password sicura e unica</li>
|
|
|
|
|
- <li>Il link può essere utilizzato una sola volta</li>
|
|
|
|
|
- </ul>
|
|
|
|
|
|
|
+ <div class="warning">
|
|
|
|
|
+ <strong>⚠️ Importante:</strong> Questo link è valido per <strong>{{ $expires_at }}</strong> e può essere utilizzato una sola volta.
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <p><strong>Se non hai richiesto questo reset</strong>, la tua password è ancora sicura e non è stata modificata. Puoi ignorare questa email.</p>
|
|
|
|
|
-
|
|
|
|
|
- <p>Se hai problemi o domande, contatta l'amministratore del sistema.</p>
|
|
|
|
|
|
|
+ <p>Se non hai richiesto questa operazione, puoi ignorare questa email: nessuna modifica verrà applicata.</p>
|
|
|
|
|
|
|
|
<div class="footer">
|
|
<div class="footer">
|
|
|
- <p><strong>{{ $company }}</strong></p>
|
|
|
|
|
|
|
+ <p><strong>Grazie,<br>
|
|
|
|
|
+ Il team di Leezard.cloud</strong></p>
|
|
|
<p>Questa email è stata generata automaticamente. Per favore, non rispondere a questo indirizzo.</p>
|
|
<p>Questa email è stata generata automaticamente. Per favore, non rispondere a questo indirizzo.</p>
|
|
|
<p>Data richiesta: {{ date('d/m/Y H:i') }} ({{ date('T') }})</p>
|
|
<p>Data richiesta: {{ date('d/m/Y H:i') }} ({{ date('T') }})</p>
|
|
|
<p>Indirizzo email: {{ $email }}</p>
|
|
<p>Indirizzo email: {{ $email }}</p>
|