Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/email.newuser.disabled_html.php')
-rw-r--r--templates/email.newuser.disabled_html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/email.newuser.disabled_html.php b/templates/email.newuser.disabled_html.php
index 6407ffb..8670e62 100644
--- a/templates/email.newuser.disabled_html.php
+++ b/templates/email.newuser.disabled_html.php
@@ -1,2 +1,3 @@
<?php
echo $l->t('A new user "%s" has created an account on %s and awaits admin approbation', [$_['user'], $_['sitename']]);
+echo str_replace('{link}', $_['link'], '<br/><br/><a href="{link}">{link}</a>');