0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
Fabien O'Carroll 58187175c3
Deleted all but active sessions on password change (#11639)
closes #10323 

* Fixed usage of hasMany for user->session
* Refactored changePassword to async function
* Deleted all user sessions when password changed
* Tested for session retained after password changed
* Added the session to the frame
* Skipped the current session when changing password
2020-03-05 12:22:32 +02:00
..
adapters Handled missing resource path for resized images 2020-02-22 10:12:57 +00:00
api Deleted all but active sessions on password change (#11639) 2020-03-05 12:22:32 +02:00
config 🐛 Fixed csv file uploads on Windows w/Excel installed 2019-11-26 15:11:05 +00:00
data Added member login resource to Admin API (#11607) 2020-02-27 11:48:02 +08:00
lib 🐛 Fixed "undefined" values in member csv export 2020-02-12 11:03:16 +05:30
models Deleted all but active sessions on password change (#11639) 2020-03-05 12:22:32 +02:00
public Added minified members.js file handling 2020-02-26 14:08:10 +08:00
services Captured bulk-email errors in Sentry 2020-03-04 13:44:23 +00:00
translations Added labels for Members (#11538) 2020-02-14 15:03:10 +05:30
views
web Added member login resource to Admin API (#11607) 2020-02-27 11:48:02 +08:00
analytics-events.js
ghost-server.js
index.js Merge branch 'master' into mega 2019-11-18 11:09:46 +00:00
overrides.js
sentry.js Added captureException helper to Sentry integration 2020-03-04 13:42:30 +00:00
update-check.js