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

Reset Password: Mail with link to frontend #2222

Closed
ksuess opened this issue Feb 20, 2021 · 2 comments
Closed

Reset Password: Mail with link to frontend #2222

ksuess opened this issue Feb 20, 2021 · 2 comments

Comments

@ksuess
Copy link
Member

ksuess commented Feb 20, 2021

Describe the bug
User triggers a password reset and gets mail. The mail has a link to reset the password, but the address is not an address of the frontend but an address /api/

To Reproduce
Steps to reproduce the behavior:

  1. go to /login
  2. click on 'I forgot my password. what next?'
  3. type in login or email
  4. click save (wording could be changed to 'send')

Expected behavior
mail with link to frontend

Software (please complete the following information):
Volto master (Volto 12 alpha)

@tiberiuichim
Copy link
Contributor

@ksuess As far as I know (though I have never tested this), kitconcept.volto has this exact same problem in mind with this: https://github.com/kitconcept/kitconcept.volto/blob/master/src/kitconcept/volto/interfaces.py#L15

@ksuess
Copy link
Member Author

ksuess commented Mar 31, 2021

Thanks for the hint, @tiberiuichim. The patch works fine with a small change of the uri, that reads /password-reset/ in Volto, but /passwordreset/ in Plone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants