0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/test
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
..
acceptance Deleted all but active sessions on password change (#11639) 2020-03-05 12:22:32 +02:00
regression Fixed regression test 2020-02-27 12:57:53 +08:00
unit 🐛 Fixed publisher logo meta schema 2020-03-03 12:18:23 +00:00
utils Renamed test function to fix eslint warning 2020-02-24 20:51:09 +00:00
.eslintignore Moved grunt-eslint to npm script executing eslint (#10474) 2019-02-11 13:26:06 +01:00
.eslintrc.json Updated eslint for tests to allow async functions 2019-10-06 21:03:56 +07:00
.jshintrc