0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Felix Rieseberg 0b39df777b Signin: Proper notification if user not found
closes #3374
- If user object is returned but undefined, we'll display a
human-readable
error notification (user model)
- If user object is returned, but the user is inactive or invited (but
not
activated), we'll display a human-readable error notification
2014-07-24 11:34:52 -04:00
..
client Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00
server Signin: Proper notification if user not found 2014-07-24 11:34:52 -04:00
shared This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
test Refactor fixture use in tests 2014-07-23 05:04:50 +01:00
bootstrap.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js