Linulex
Silver Pleskian
TITLE:
password forgot link not alway copies correct
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:Plesk Onyx Version 17.8.11 Update #28, and possible all other plesk vesions
all os'es, all systems, etc... this is a plesk issue and is indepentent from os
PROBLEM DESCRIPTION:all os'es, all systems, etc... this is a plesk issue and is indepentent from os
When using the password forgot link, a mail is send to the customer, so far so good. When this the code has a % in it, it is not always copied correct and the average customer never heard of ascii code.
for example
/ch_pass_by_secret.php?secret=iifh88QNzj1Y1uAlssmQZsNdGhbdVu1s3naRHG3x44Q%3D
changed to
/ch_pass_by_secret.php?secret=iifh88QNzj1Y1uAlssmQZsNdGhbdVu1s3naRHG3x44Q=
because %3D is the ascii code for =
And for the average customer, "IT" doesn't work, and he gets frustrated.
regards
Jan
STEPS TO REPRODUCE:for example
/ch_pass_by_secret.php?secret=iifh88QNzj1Y1uAlssmQZsNdGhbdVu1s3naRHG3x44Q%3D
changed to
/ch_pass_by_secret.php?secret=iifh88QNzj1Y1uAlssmQZsNdGhbdVu1s3naRHG3x44Q=
because %3D is the ascii code for =
And for the average customer, "IT" doesn't work, and he gets frustrated.
regards
Jan
send a forgot email, keep sending it till a code sequence is that of a raw ascii sign
for example
/ch_pass_by_secret.php?secret=iifh88QNzj1Y1uAlssmQZsNdGhbdVu1s3naRHG3x44Q%3D
ACTUAL RESULT:for example
/ch_pass_by_secret.php?secret=iifh88QNzj1Y1uAlssmQZsNdGhbdVu1s3naRHG3x44Q%3D
when clicked it is changed into this and the user gets an error that the secret code is not correct
/ch_pass_by_secret.php?secret=iifh88QNzj1Y1uAlssmQZsNdGhbdVu1s3naRHG3x44Q=
EXPECTED RESULT:/ch_pass_by_secret.php?secret=iifh88QNzj1Y1uAlssmQZsNdGhbdVu1s3naRHG3x44Q=
secret must be
iifh88QNzj1Y1uAlssmQZsNdGhbdVu1s3naRHG3x44Q%3D
ANY ADDITIONAL INFORMATION:iifh88QNzj1Y1uAlssmQZsNdGhbdVu1s3naRHG3x44Q%3D
Maybe some warning in the e-mail that it would be possible the the code have to be copied manual if it doesn't work.
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:Help with sorting out