diff options
Diffstat (limited to 'templates/web/default/auth/confirm.html')
-rw-r--r-- | templates/web/default/auth/confirm.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/web/default/auth/confirm.html b/templates/web/default/auth/confirm.html new file mode 100644 index 000000000..fc3abeeba --- /dev/null +++ b/templates/web/default/auth/confirm.html @@ -0,0 +1,23 @@ +[% INCLUDE 'header.html', title => loc('Confirm account') %] + +[% IF user_now_confirmed %] + +<h1>[% loc('Account now confirmed') %]</h1> + +<p>Your account has been confirmed - thank you!</p> + +[% ELSE %] + +<h1>[% loc('Error') %]</h1> + +<p>We have not been able to confirm your account - sorry. This may be because:</p> + +<ul> + <li>Link too old or already used</li> + <li>URL not copied correctly</li> + <li>FIXME - reasons here</li> +</ul> + +[% END %] + +[% INCLUDE 'footer.html' %]
\ No newline at end of file |