Upgrade to 3.5.1
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @var \Kirby\Cms\User $user
|
||||
* @var string $code
|
||||
* @var int $timeout
|
||||
*/
|
||||
echo I18n::template('login.email.login.body', null, compact('user', 'code', 'timeout'));
|
||||
|
@@ -1,3 +1,8 @@
|
||||
<?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'));
|
||||
|
Reference in New Issue
Block a user