Skip to content

Commit

Permalink
Merge 2dd1129 into e0231ab
Browse files Browse the repository at this point in the history
  • Loading branch information
winniekariuki committed Apr 10, 2019
2 parents e0231ab + 2dd1129 commit 52df175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authors/apps/authentication/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def generate_link_message(token):
:param token:
:return: Returns a message with a url link
"""
link = "{}api/users/reset_password/{}".format(os.environ['URL'], token)
link = "{}/resetform/{}".format(os.environ['FRONT_URL'], token)

request_message = "An account associated with this email address " \
"for Authors Haven has requested a password reset." \
Expand Down

0 comments on commit 52df175

Please sign in to comment.