Linulex
Silver Pleskian
I found this issue in plesk. When using the password forgot link, a mail is send to the customer, so far so good. But 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.
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.
regards
Jan
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.
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.
regards
Jan