Skip to content

Conversation

@MaartenW
Copy link

Hi Shaun,

The URL encoding at this spot adds up to the standard URL encoding done in http_build_query which is used through the $modx->makUrl handler.

Making activation links end up with double-url-encoded "=" characters (%253D instead of %3D) originating from the base64 encoding.

These double URL encoded query string fragments are not supported by all browsers. Giving end users a hard time resetting their password.

Can you please review?
Thanks,
Maarten

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant