Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#166024480 Update Password Reset link #39

Merged
merged 1 commit into from
May 16, 2019

Conversation

dorothyas
Copy link
Contributor

What does this PR do?

  • updates the email link for password reset to a frontend link

What are the relevant pivotal Tracker Stories?
#166024480

@@ -167,12 +167,12 @@ def post(self, request):
user = User.objects.filter(email=user_email).first()
if user:
token = user._generate_jwt_token()
url = get_current_site(request).domain + reverse('password-change',kwargs={'token':token})
url = 'https://authors-haven-dev.herokuapp.com/reset/'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dorothyas set this as an environment variable

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noted

- update the email link
Maintains[#166024480]
@dorothyas dorothyas force-pushed the ch-fix-password-reset-link-166024480 branch from ddaf491 to 578f294 Compare May 16, 2019 08:43
@dorothyas dorothyas requested a review from ja-odur May 16, 2019 08:43
@ja-odur ja-odur merged commit 098bfde into develop May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants