test: password recovery
diff --git a/config.php.example b/config.php.example
index 46c2536..d2a1f9f 100755
--- a/config.php.example
+++ b/config.php.example
@@ -65,6 +65,8 @@
// CONFIRMATION EMAIL TEMPLATE
// text is the version for mail clients that don't support html
// html is the version with html support
+// You can create templaets for different languages under
+// templates_cc/email.php
$MAIL_TEMPLATE = (object)[
"subject" => "Confirm your email",
"text" => "To complete your registration please paste this to your browser: {{url}}",