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

[BUG]URL Link on password reset email template not clicable #160

Closed
2 tasks done
karastoyanov opened this issue Jul 5, 2024 · 1 comment · Fixed by #166
Closed
2 tasks done

[BUG]URL Link on password reset email template not clicable #160

karastoyanov opened this issue Jul 5, 2024 · 1 comment · Fixed by #166
Assignees
Labels
bug Something isn't working email_templates Email templates forms

Comments

@karastoyanov
Copy link
Owner

karastoyanov commented Jul 5, 2024

Describe the issue

  • Email links on the email template form for password reset functionality are not clickable despite. Users must manually copy the email address, which is inconvenient.

  • Additionally, the email links are using HTTP instead of HTTPS, despite the website supporting SSL.

To Reproduce
Steps to reproduce the behavior:

1.	Visit the password reset functionality and request token.
2.	Attempt to click on the link with the URL, sent by email.
3.	Notice that the link is not clickable or does not open the default email client.
4.	Observe that the email link uses HTTP instead of HTTPS.

Expected behavior
Email links should be clickable and use HTTPS protocol, leveraging the website’s SSL configuration for secure communication.

Additional context
Ensuring email links are clickable and use HTTPS enhances user experience and security by providing seamless communication and encrypting email transmissions.

@karastoyanov karastoyanov added the bug Something isn't working label Jul 5, 2024
@karastoyanov karastoyanov self-assigned this Jul 5, 2024
@karastoyanov karastoyanov added the email_templates Email templates forms label Jul 5, 2024
@karastoyanov
Copy link
Owner Author

Issue fixed with bf737c3

  • URL link on the email template has been fixed

  • https instead of http is displayed

  • improved cookies session and csrf token security

  • wsgi deployment on Docker optimized for the new cookie/csrf tokens

@karastoyanov karastoyanov linked a pull request Jul 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working email_templates Email templates forms
Projects
Status: Done
1 participant