allow id in email msg

This commit is contained in:
mdipierro
2014-06-25 10:52:36 -05:00
parent 22044768cb
commit b61e8c6132
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.9.5-trunk+timestamp.2014.06.24.12.45.10
Version 2.9.5-trunk+timestamp.2014.06.25.10.51.33
+1 -1
View File
@@ -2788,7 +2788,7 @@ class Auth(object):
if self.settings.registration_requires_verification:
link = self.url(
self.settings.function, args=('verify_email', key), scheme=True)
d = dict(request.vars)
d = dict(form.vars)
d.update(dict(key=key, link=link,username=form.vars[username]))
if not (self.settings.mailer and self.settings.mailer.send(
to=form.vars.email,