Files
lichterei-web/kirby/config/templates/emails/auth/password-reset.php
Bastian Allgeier 99c36fa137 Upgrade to 3.5.1
2021-01-19 12:20:38 +01:00

9 lines
185 B
PHP
Executable File

<?php
/**
* @var \Kirby\Cms\User $user
* @var string $code
* @var int $timeout
*/
echo I18n::template('login.email.password-reset.body', null, compact('user', 'code', 'timeout'));