From a7c5cb8f5a1e800674e0d7834696da3b26893d41 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 3 Jul 2020 22:15:04 +0200 Subject: [PATCH] Add some notice about Email validation --- system/templates/account.create.html.twig | 4 ++++ 1 file changed, 4 insertions(+) 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 %}