summary refs log tree commit diff
path: root/changelog.d/6063.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ensure email validation link parameters are URL-encoded (#6063)Andrew Morgan2019-09-201-0/+1
The validation links sent via email had their query parameters inserted without any URL-encoding. Surprisingly this didn't seem to cause any issues, but if a user were to put a `/` in their client_secret it could lead to problems.