0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
David Arvelo a7f1173f93 Signin Validation
closes #3120
- create `validateAndAuthenticate` action to validate, send `authenticate` action on success, notifications on error
- signin template uses `validateAndAuthenticate` action instead of `authenticate` action
2014-07-01 10:51:30 -04:00
..
client Signin Validation 2014-07-01 10:51:30 -04:00
server Persistent notifications 2014-07-01 11:36:21 +02:00
shared Implement Mobile Editor 2014-06-24 18:33:43 -04:00
test Merge pull request #3149 from kevinansfield/persistent-notifications 2014-07-01 14:23:38 +01:00
bootstrap.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js