BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

password_reset.twig 418B

1234567891011
  1. A password reset process has been started for the username: {{ username }}
  2. To finish this process please click the link below (you have 1 hour)
  3. {{ constant('SITE_URL') }}/login.php?action=recover&key={{ reset_key }}
  4. If you did not initiate this password reset then please disregard this email.
  5. The user who requested the password reset had the IP address {{ ipaddr }}.
  6. Thank you,
  7. {{ constant('SITE_NAME') }} Staff