Ghost/ghost/admin/models
Peter Szel 3a72c3ca02 Created ResetController.
closes #2412

- Updated the reset route to accept token parameter and hand it over to the controller.
- Added ResetController which handles the submit action and the button disabled state.
- Added reset action to the user model to handle ajax request.
- Updated reset template.
- Added fixtures to test reset API action.
- Fixed password variable names to camel cased style (e.g. newpassword -> newPassword).
2014-03-31 13:06:28 +02:00
..
base.js Create SettingsUserController 2014-03-23 22:51:43 -04:00
post.js Minor refactoring of the routers: 2014-03-07 14:01:27 +00:00
user.js Created ResetController. 2014-03-31 13:06:28 +02:00