feat(notification): enhance password reset emails with custom templates for different scenarios

This commit is contained in:
2026-09-04 10:31:16 -03:00
parent 18f1217daa
commit 7acef66ee7
7 changed files with 113 additions and 47 deletions

View File

@@ -0,0 +1,6 @@
@include('mail.notifications.partials.password-action', [
'title' => 'Desbloqueá tu cuenta',
'description' => 'registramos varios intentos fallidos de inicio de sesión en tu cuenta. Por seguridad, bloqueamos el acceso temporalmente. Utilizá este código para cambiar tu contraseña y desbloquearla.',
'buttonLabel' => 'Ingresar código ahora',
'footer' => 'Si no fuiste vos, por favor desestimá y borrá este correo. Tu cuenta seguirá protegida.',
])