0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core
Jason Williams 9dfef70d25 Do not clear password until after leaving signin
Closes #3399
- Provide our own authenticate action handler which does not
  clear the password input.
- Use the Signin route's deactivate hook to clear the password
  property on the controller after the user has transitioned
  away from the signin page.
2014-07-26 19:06:58 +00:00
..
client Do not clear password until after leaving signin 2014-07-26 19:06:58 +00:00
server Merge pull request #3386 from felixrieseberg/iss3374 2014-07-25 08:48:49 +01:00
shared This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
test Merge pull request #3377 from PaulAdamDavis/signout-button 2014-07-24 17:52:09 +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