# HG changeset patch # User bsw # Date 1330595993 -3600 # Node ID 5e3fa663adbaa21420fc5cac897bf21b72b9b834 # Parent e1d60ee19e5234f5c900b9051a9ef3e395420cf6 Fixed wrong param name in registration link diff -r e1d60ee19e52 -r 5e3fa663adba model/member.lua --- a/model/member.lua Thu Mar 01 00:19:14 2012 +0100 +++ b/model/member.lua Thu Mar 01 10:59:53 2012 +0100 @@ -334,7 +334,7 @@ local content = slot.use_temporary(function() slot.put(_"Hello\n\n") slot.put(_"You are invited to LiquidFeedback. To register please click the following link:\n\n") - slot.put(request.get_absolute_baseurl() .. "index/register.html?invite_key=" .. self.invite_code .. "\n\n") + slot.put(request.get_absolute_baseurl() .. "index/register.html?invite=" .. self.invite_code .. "\n\n") slot.put(_"If this link is not working, please open following url in your web browser:\n\n") slot.put(request.get_absolute_baseurl() .. "index/register.html\n\n") slot.put(_"On that page please enter the invite key:\n\n")