From 61d1aa04d8d44b17bfe6dace90088669fc6c3df8 Mon Sep 17 00:00:00 2001 From: Kyle McFarland Date: Wed, 31 Jan 2018 00:51:07 -0600 Subject: Initial import * Registration system's almost done * Just part way through implementing tasks So not much done yet, but it's a start. --- tmpl/validation_email.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tmpl/validation_email.tmpl (limited to 'tmpl/validation_email.tmpl') diff --git a/tmpl/validation_email.tmpl b/tmpl/validation_email.tmpl new file mode 100644 index 0000000..35076a4 --- /dev/null +++ b/tmpl/validation_email.tmpl @@ -0,0 +1,9 @@ +Hello {{ email }}, + +Thank you for registering at {{ website_name }}, to verify your email address please visit the following URL: +{{ vurl | raw }} + +If you didn't create an account you can either do nothing, in which case the person that tried registering with your email address will continue having limited access to the website until they change their email address, or request a deactivation at: +{{ deactivate_url | raw }} + +Deactivated accounts are deleted automatically after 28 days unless a reactivation is requested. -- cgit v1.1