Fix typho email verification
This commit is contained in:
parent
d07ff15f69
commit
86a082c29f
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def activate_account_link(base_url, user, pwd, firstname, lastname, email, epoch
|
|||
newdbentry = ResetToken(user=user, token=token, creation=epochutc)
|
||||
newdbentry.save()
|
||||
# set up the link
|
||||
link = "{base_url}/activate/{user}/{pwd}/{fn}/{ln}/{mail}/(token)/".format(
|
||||
link = "{base_url}/activate/{user}/{pwd}/{fn}/{ln}/{mail}/{token}/".format(
|
||||
base_url=base_url, user=userpart.decode('utf-8'),
|
||||
pwd=pwdpart.decode('utf-8'),
|
||||
fn=fnpart.decode('utf-8'),
|
||||
|
|
Loading…
Reference in a new issue