0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/api/canary
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
..
utils Fixed date formatting in members CSV export 2020-03-04 17:41:02 +08:00
actions.js
authentication.js
authors-public.js
config.js
db.js Corrected 404 handling 2020-02-10 12:41:39 +00:00
email-preview.js
email.js
images.js
index.js Added member login resource to Admin API (#11607) 2020-02-27 11:48:02 +08:00
integrations.js
invites.js
labels.js Added labels for Members (#11538) 2020-02-14 15:03:10 +05:30
mail.js
members.js Added created_at field to accepted fields for members CSV import 2020-02-19 19:55:32 +08:00
memberSigninUrls.js Added member login resource to Admin API (#11607) 2020-02-27 11:48:02 +08:00
notifications.js
oembed.js Handled bad URLs in oembed bookmark API 2020-03-02 14:24:26 +00:00
pages-public.js
pages.js
posts-public.js
posts.js
preview.js
redirects.js
roles.js
schedules.js
session.js
settings-public.js
settings.js
site.js
slack.js
slugs.js
tags-public.js
tags.js
themes.js
users.js Deleted all but active sessions on password change (#11639) 2020-03-05 12:22:32 +02:00
webhooks.js