2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core/server/api
Rem Zolotykh 9323abbb44 Refactor changePassword and resetPassword
issue #5500
- make `changePassword` and `resetPassword` methods on `user` model
  consistent: use `object` and `options` arguments instead of multiple
  different arguments
- change User API `changePassword` method to use these new arguments
2015-07-07 22:03:17 +02:00
..
authentication.js adds put route to authentication setup 2015-06-29 13:16:10 -04:00
configuration.js finish up password protection 2015-05-12 12:02:18 -06:00
db.js Refactor importer with tests 2014-12-17 18:22:39 +00:00
index.js Improve API error handling 2015-06-15 10:08:30 +01:00
mail.js Removes objectTypeModelMap to reduce circular dependency. 2014-10-27 20:48:22 -04:00
notifications.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
posts.js Refactor to using pipeline for the API 2015-06-28 22:52:31 +01:00
roles.js Pipeline roles and slugs API 2015-07-02 16:38:31 +02:00
settings.js Make the {{navigation}} helper global 2015-02-28 12:53:00 +00:00
slugs.js Pipeline roles and slugs API 2015-07-02 16:38:31 +02:00
tags.js Refactor to using pipeline for the API 2015-06-28 22:52:31 +01:00
themes.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
upload.js Add support for zip import 2014-12-10 20:21:06 +00:00
users.js Refactor changePassword and resetPassword 2015-07-07 22:03:17 +02:00
utils.js Refactor to using pipeline for the API 2015-06-28 22:52:31 +01:00