Description of problem: The url in the email registration confirmation and password reset is not entirely an internet address Version-Release number of selected component (if applicable): - How reproducible: Request of a password reset New registration Steps to Reproduce: 1. 2. 3.
I see "Dear Manuel Hiebel, Your Mageia account has been requested to change the password. If you did not do this, or you do not want to change your password; you can just do nothing. To reset your password, please follow the link below. https://identity.mageia.org/forgot_password/confirm?secret Why it's not an internet address ?
Keywords: (none) => NEEDINFOCC: (none) => rdalverny
Reported from a private mail, the issue is that the full URL, with the full secret, exceeds 80 characters. Some mailer agents wrap the URL or fail to properly parse the full URL. So that's a minor issue, but indeed, reducing the length of the URL (the path or the secret or both) could help in this regard.
Keywords: NEEDINFO => (none)CC: (none) => sysadmin-bugs
(In reply to comment #1) > I see > > "Dear Manuel Hiebel, > Your Mageia account has been requested to change the password. If you did not > do this, or you do not want to change your password; you can just do nothing. > To reset your password, please follow the link below. > https://identity.mageia.org/forgot_password/confirm?secret > > Why it's not an internet address ? I received the following: Dear Pinco Pallo, Your Mageia account has been requested to change the password. If you did not do this, or you do not want to change your password; you can just do nothing. To reset your password, please follow the link below. https://identity.mageia.org/forgot_password/confirm?secret=95B95A02 -67D7-11E1-9277-E744B5518DFA -- http://www.mageia.org/ where up to A02 is an hyperlink and from -67 is plain text (it's an example). As you can see not all the link is reported as an Internet address. Tried yesterday 3 times with the service of recover password. I used workaround of copy and paste the rest of url in address bar. The same happened during the registration confirmation.
I don't think Atelier can do anything about this, assigning to sysadmins.
Assignee: atelier-bugs => sysadmin-bugsSummary: The url for registration confirmation and password reset is not entirely an internet address => URL for registration confirmation and password reset is too long and thus badly converted to an hyperlink by some email agents