0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/test/integration/api
David Balderston 110a5be253 Check Old Password on Password Change
Closes #6620

* Changed it from always returning true, to evaluate if it is the
current logged in user, and if so, check the old password. If not,
ignore
2016-03-30 21:04:19 -07:00
..
advanced_browse_spec.js Removed uneeded jshint comments in order to cleanup the tests 2016-02-17 12:52:43 +00:00
api_authentication_spec.js Refactor authentication API into pipeline format 2016-03-07 11:53:54 -06:00
api_configuration_spec.js Restructure Configuration API endpoint 2016-02-19 18:49:23 +00:00
api_db_spec.js Improve getDatabaseVersion & versioning tests 2016-03-14 17:11:04 +00:00
api_mail_spec.js Removed uneeded jshint comments in order to cleanup the tests 2016-02-17 12:52:43 +00:00
api_notifications_spec.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
api_posts_spec.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
api_roles_spec.js Removed uneeded jshint comments in order to cleanup the tests 2016-02-17 12:52:43 +00:00
api_settings_spec.js Removed uneeded jshint comments in order to cleanup the tests 2016-02-17 12:52:43 +00:00
api_slugs_spec.js Removed uneeded jshint comments in order to cleanup the tests 2016-02-17 12:52:43 +00:00
api_tags_spec.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
api_themes_spec.js Removed uneeded jshint comments in order to cleanup the tests 2016-02-17 12:52:43 +00:00
api_upload_spec.js Merge pull request #6507 from cameronviner/6505 2016-02-18 07:44:23 +00:00
api_users_spec.js Check Old Password on Password Change 2016-03-30 21:04:19 -07:00