]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/actions/user.py
Closes OSQA 175 and OSQA 318. Added a bunch of options to configure the email validat...
[osqa.git] / forum / actions / user.py
index e8f1035d3a2d0946651ecb37fb40caf2454f5d34..8f225d2f9cea65436b54f9b2a13e9171340772cb 100644 (file)
@@ -13,7 +13,7 @@ class UserJoinsAction(ActionProxy):
 
     def process_action(self):
         hash = ValidationHash.objects.create_new(self.user, 'email', [self.user.email])
-        send_template_email([self.user], "auth/email_validation.html", {'validation_code': hash})
+        send_template_email([self.user], "auth/welcome_email.html", {'validation_code': hash})
 
     def describe(self, viewer=None):
         return _("%(user)s %(have_has)s joined the %(app_name)s Q&A community") % {