0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/models
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
..
accesstoken.js Server side cleanup 2014-07-14 21:50:12 +01:00
app.js
appField.js
appSetting.js
base.js Fix incorrect error 2014-07-24 10:17:10 +02:00
basetoken.js Server side cleanup 2014-07-14 21:50:12 +01:00
client.js Extending context concept to models 2014-07-18 15:32:56 +01:00
index.js Server side cleanup 2014-07-14 21:50:12 +01:00
permission.js Extending context concept to models 2014-07-18 15:32:56 +01:00
post.js Add edit roles 2014-07-21 22:50:43 +02:00
refreshtoken.js Server side cleanup 2014-07-14 21:50:12 +01:00
role.js Added /roles/ API endpoint 2014-07-21 15:02:25 +01:00
settings.js Extending context concept to models 2014-07-18 15:32:56 +01:00
tag.js Extending context concept to models 2014-07-18 15:32:56 +01:00
user.js Signin: Proper notification if user not found 2014-07-24 11:34:52 -04:00