0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/errors
Hannah Wolfe 8d46705dbb Disable user validation and errors on login
fixes #3658

- Catch any errors from user.save() events during login
- Prevent validation from happening at all when only updating status/last_login
- Fixes a problem I introduced with errors which are arrays in logError
2014-08-08 13:12:17 +01:00
..
badrequesterror.js Invite user API 2014-07-02 16:22:18 +02:00
dataimporterror.js Improve importer error messaging 2014-07-29 12:02:18 +01:00
emailerror.js Invite user API 2014-07-02 16:22:18 +02:00
index.js Disable user validation and errors on login 2014-08-08 13:12:17 +01:00
internalservererror.js Invite user API 2014-07-02 16:22:18 +02:00
nopermissionerror.js Invite user API 2014-07-02 16:22:18 +02:00
notfounderror.js Invite user API 2014-07-02 16:22:18 +02:00
requesttoolargeerror.js Invite user API 2014-07-02 16:22:18 +02:00
unauthorizederror.js Invite user API 2014-07-02 16:22:18 +02:00
unsupportedmediaerror.js Invite user API 2014-07-02 16:22:18 +02:00
validationerror.js Invite user API 2014-07-02 16:22:18 +02:00