diff --git a/config/Version.php b/config/Version.php index 2e0261df..d2e75398 100644 --- a/config/Version.php +++ b/config/Version.php @@ -19,9 +19,9 @@ class Version /** * @var string Application version. */ - const APP = '6.4.6'; + const APP = '6.4.7'; /** * @var string Date of publication of the application. */ - const DATE = '2023.02.22'; + const DATE = '2023.07.14'; } diff --git a/layouts/Default/modules/Users/Login.tpl b/layouts/Default/modules/Users/Login.tpl index 465129f6..89494734 100644 --- a/layouts/Default/modules/Users/Login.tpl +++ b/layouts/Default/modules/Users/Login.tpl @@ -14,6 +14,9 @@ + {if is_array($ERROR)} + {assign var="ERROR" value=print_r($ERROR,true)} + {/if} {\App\Purifier::encodeHtml($ERROR)} {/foreach} diff --git a/layouts/Default/modules/Users/LoginPassReset.tpl b/layouts/Default/modules/Users/LoginPassReset.tpl index 74b08e35..b662f9f2 100644 --- a/layouts/Default/modules/Users/LoginPassReset.tpl +++ b/layouts/Default/modules/Users/LoginPassReset.tpl @@ -13,6 +13,9 @@ + {if is_array($ERROR)} + {assign var="ERROR" value=print_r($ERROR,true)} + {/if} {\App\Purifier::encodeHtml($ERROR)} {/foreach} diff --git a/layouts/Default/modules/Users/LoginPassResetToken.tpl b/layouts/Default/modules/Users/LoginPassResetToken.tpl index 278fca77..53897bc6 100644 --- a/layouts/Default/modules/Users/LoginPassResetToken.tpl +++ b/layouts/Default/modules/Users/LoginPassResetToken.tpl @@ -17,6 +17,9 @@ + {if is_array($ERROR)} + {assign var="ERROR" value=print_r($ERROR,true)} + {/if} {\App\Purifier::encodeHtml($ERROR)} {/foreach}