-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Login - Password reset
-
9
-
Severity 3 - Minor
-
Warranty
Issue Summary
In certain situations, users may try to reset their password but do not receive the recovery email from Atlassian.
This issue often happens when a user is not logged in and tries to navigate from within an Atlassian product or site, which redirects them to the login screen at id.atlassian.com. When the user clicks on 'Can't Login', the URL includes a parameter (the continue parameter) that indicates the original location from which the user was attempting to access the site.
The length of the URL above is root cause for not receiving the email, and is against the Line Length Limits defined for SMTP here, which is 998. This is the error we're seeing:
Error message: smtp; 550 maximum allowed line length is 998 octets, got 1160
If the user tries reseting directly from https://id.atlassian.com/login/resetpassword the email is delivered.
Steps to Reproduce
- Open an incognito tab and go to any Atlassian site. You will be redirected to id.atlassian.com.
- On the log in screen, hit 'Can't Login'.
- You'll notice the URL containing the continue parameter containing the original location.
- Upon clicking 'Send Recovery Link' no email will be received by the user.
Expected Results
The email should be delivered and the user should be able to reset his/her password.
Actual Results
An error appears on the mail system:
Error message: smtp; 550 maximum allowed line length is 998 octets, got 1160
Workaround
Reset the password directly from https://id.atlassian.com/login/resetpassword.