diff options
Diffstat (limited to 'template/en/default/account/created.html.tmpl')
-rw-r--r-- | template/en/default/account/created.html.tmpl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/template/en/default/account/created.html.tmpl b/template/en/default/account/created.html.tmpl index 58064f24c..fb6e5ca40 100644 --- a/template/en/default/account/created.html.tmpl +++ b/template/en/default/account/created.html.tmpl @@ -33,10 +33,9 @@ [% PROCESS global/header.html.tmpl title = title %] <p> - To confirm the creation of the user account <tt>[% login FILTER html %]</tt>, - use the URL given in the email you will receive. If you take no action in the - next [% constants.MAX_TOKEN_AGE FILTER html %] days, this request will - automatically be canceled. + A confirmation email has been sent containing a link to continue + creating an account. The link will expire if an account is not + created within [% constants.MAX_TOKEN_AGE FILTER html %] days. </p> [% PROCESS global/footer.html.tmpl %] |