Open
Description
The generated link for reseting the passwords sends the same URL regardless of whether users are requesting it from:
- /forgot-password
- /cms/users/password/new
Ideally, the correct path would be sent depending on which controller was being used. The issue is that in both cases the Devise::Mailer is being used to generate the email and it uses the same view.
The fix would have to use a slightly different view for both.