Ghost/test/regression
Thibaut Patel f12f64e87b
🔒 Added a "reset all passwords" feature (#13005)
issue https://github.com/TryGhost/Team/issues/750

- Only accessible by admins
- Resets all staff users' passwords and prevents them to log-in
- Sends them a reset email password to give them back access to their account
- Closes all existing staff user sessions
2021-06-23 14:54:28 +02:00
..
api 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
exporter Replaced ghost-version.js with @tryghost/version 2021-06-16 13:16:15 +01:00
importer Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00
migrations 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
models Fixed Stripe customer model tests 2021-05-24 11:28:15 +01:00
settings Added routes_hash setting (#12171) 2020-09-07 21:54:55 +12:00
site Moved useful subdir and https tests to acceptance 2021-05-27 14:49:28 +01:00
README.md Updated acceptance&regression test suite readmes 2021-01-22 16:42:02 +13:00

Regression Tests

These tests should ensure that we don't break Ghost for all available APIs.

The goal is that most of these packages use Ghost's API's to test behaviours, otherwise transform the tests into unit tests.