0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/models
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
..
base Refactor authentication API into pipeline format 2016-03-07 11:53:54 -06:00
plugins Harvest server side strings 2015-12-19 12:12:16 +01:00
accesstoken.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app-field.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app-setting.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
client-trusted-domain.js Add table columns for OAuth 2015-09-02 13:39:22 +01:00
client.js Move client secret logic into the model 2016-02-18 20:33:37 +00:00
index.js Refactor content deletion 2016-03-22 10:10:09 -05:00
permission.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
post.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
refreshtoken.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
role.js Harvest server side strings 2015-12-19 12:12:16 +01:00
settings.js Reorganise & rename server/data/ folder internals 2016-02-04 20:39:15 +00:00
tag.js Refactor content deletion 2016-03-22 10:10:09 -05:00
user.js Check Old Password on Password Change 2016-03-30 21:04:19 -07:00