Files
lichterei-web/kirby/config/templates/emails/auth/password-reset.php
Bastian Allgeier efeff45192 Upgrade to 3.5.5
2021-05-11 11:55:32 +02:00

9 lines
204 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'), $user->language());