mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 02:44:33 +03:00
11a0f01e25
Base64 encoding causes some issues when the token is URL encoded as the = symbol is not a valid URL character. We replace any = symbols with a - as this is valid in a URL, but is guaranteed not to appear in a base64 string. This fix ensures that Ghost password resets work with mail providers such as Mailgun that add their own tracking redirects closes #3872 (for real this time) |
||
---|---|---|
.. | ||
accesstoken.js | ||
app-field.js | ||
app-setting.js | ||
app.js | ||
base.js | ||
basetoken.js | ||
client.js | ||
index.js | ||
permission.js | ||
post.js | ||
refreshtoken.js | ||
role.js | ||
settings.js | ||
tag.js | ||
user.js |