0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Kevin Ansfield 88659e5a52 Switched private login brute errors to correct error status code
no issue

- when too many login attempts were detected for the `/private/` form we were throwing 500 errors instead of the more appropriate 429 error that we use everywhere else for "too many request" type errors
2019-09-09 16:02:21 +01:00
..
client@eb4ff95383 Updated Ghost-Admin to 2.30.2 2019-08-28 11:39:00 +01:00
frontend Added guard to asset helper for missing paths 2019-09-09 13:02:45 +01:00
server Switched private login brute errors to correct error status code 2019-09-09 16:02:21 +01:00
test Fixed regression tests expecting relative URLs for admin redirects 2019-09-09 15:52:26 +01:00
index.js