diff --git a/system/templates/account.create.html.twig b/system/templates/account.create.html.twig
index b3a889a5..a52119b7 100644
--- a/system/templates/account.create.html.twig
+++ b/system/templates/account.create.html.twig
@@ -54,6 +54,10 @@
| {% if errors.email is defined %}{{ errors.email }}{% endif %} |
+ {% if config.mail_enabled and config.account_mail_verify %}
+ | Please use real address! We will send a link to validate your Email. |
+ {% endif %}
+
{{ hook('HOOK_ACCOUNT_CREATE_AFTER_EMAIL') }}
{% if config.account_country %}