You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using notification plugin to send password reset emails, the mail is correctly sent to the user, but if the user ID is an email adress, the link generated through the plugin doesnt work : indeed, the "@" (or %40) character which is in the URL does not appear. So when the user clicks on the link, is doesnt work as the login is incorrect
To reproduce
Steps to reproduce the behavior:
Setup the password reset trigger through email
Create a wordpress user which login is an email (must contain "@")
Send a password reset to this user
The mail is correctly sent, but the link in it doesnt work as the URL does not contain a proper login
Expected behavior
The password reset link should contain "%40" or "@" in order to work
Environment
PHP: 7.4.32
WordPress: 6.1.1
Notification plugin: 8.0.14
Screenshots
The text was updated successfully, but these errors were encountered:
IMPORTANT: See the Troubleshooting page: https://docs.bracketspace.com/notification/user-guide/troubleshooting before creating an issue.
Bug description
When using notification plugin to send password reset emails, the mail is correctly sent to the user, but if the user ID is an email adress, the link generated through the plugin doesnt work : indeed, the "@" (or %40) character which is in the URL does not appear. So when the user clicks on the link, is doesnt work as the login is incorrect
To reproduce
Steps to reproduce the behavior:
Expected behavior
The password reset link should contain "%40" or "@" in order to work
Environment
Screenshots
The text was updated successfully, but these errors were encountered: