0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/client
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
..
adapters Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
assets Move image upload to API 2014-07-15 12:40:14 +02:00
components Add a notify action to the notifications component 2014-07-17 17:34:38 +00:00
controllers Do not clear password until after leaving signin 2014-07-26 19:06:58 +00:00
helpers
html New HTML email template 2014-07-07 22:47:34 +02:00
initializers updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
mixins Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
models Fixing resend user invitation 2014-07-24 22:42:55 -04:00
routes Do not clear password until after leaving signin 2014-07-26 19:06:58 +00:00
serializers Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00
templates Merge pull request #3397 from morficus/issue-3392 2014-07-25 09:54:51 +01:00
transforms
utils Merge pull request #3259 from novaugust/settings-mobile-routing 2014-07-15 16:55:02 +01:00
validators Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00
views Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
.jshintrc updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
app.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
config-dev.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
config-prod.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
loader.js Remove inline script from default.hbs 2014-07-21 20:00:54 +02:00
router.js Removing old "user settings" screen and putting in new MU "users settings" screen and updating functional test cases. 2014-07-05 11:33:03 -04:00