0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/core
Hugo Jobling 11a0f01e25 Make tokens URL safe
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)
2014-11-20 11:38:43 +00:00
..
client Merge pull request #4469 from PaulAdamDavis/permalink-improvs 2014-11-19 20:46:32 +00:00
server Make tokens URL safe 2014-11-20 11:38:43 +00:00
shared Change autolinked URLs to output nice quotes 2014-10-14 11:09:06 +02:00
test Fix issue with editor and images 2014-11-17 21:55:12 +00:00
index.js Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00