email_token_html.php 497 B

123456789101112
  1. <?php
  2. // Copyright 2019 Hackware SpA <human@hackware.cl>
  3. // Part of "Hackware Web Services Core", released under the MIT License terms.
  4. ?>
  5. <p>Bip bap boop,</p>
  6. <p><?= __('Accede a tu cuenta por medio del siguiente enlace: :link', ['link' => $email_token_link]) ?></p>
  7. <p><?= __('Estás recibiendo este correo porque alguien solicitó acceder a tu cuenta vía email, si no fuiste tu simplemente ignora este mensaje.') ?></p>
  8. <p><?= __('Buuurp tip tip tooop (despedida en idioma robot).') ?></p>