Upgrade to rc5
This commit is contained in:
3
kirby/config/templates/emails/auth/login.php
Executable file
3
kirby/config/templates/emails/auth/login.php
Executable file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo I18n::template('login.email.login.body', null, compact('user', 'code', 'timeout'));
|
3
kirby/config/templates/emails/auth/password-reset.php
Executable file
3
kirby/config/templates/emails/auth/password-reset.php
Executable file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo I18n::template('login.email.password-reset.body', null, compact('user', 'code', 'timeout'));
|
Reference in New Issue
Block a user