From bdf47753b2847ad6ddfd93b71e5d42d0a3f9852c Mon Sep 17 00:00:00 2001 From: Alexandre Bodin Date: Mon, 25 May 2020 15:47:28 +0200 Subject: [PATCH] Add one change in migration guide Signed-off-by: Alexandre Bodin --- .../migration-guide/migration-guide-beta.20-to-3.0.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/3.0.0-beta.x/migration-guide/migration-guide-beta.20-to-3.0.0.md b/docs/3.0.0-beta.x/migration-guide/migration-guide-beta.20-to-3.0.0.md index 59726ff435..a86afbc12f 100644 --- a/docs/3.0.0-beta.x/migration-guide/migration-guide-beta.20-to-3.0.0.md +++ b/docs/3.0.0-beta.x/migration-guide/migration-guide-beta.20-to-3.0.0.md @@ -217,6 +217,8 @@ Once you have setup your configuration, you can cleanup your database by deletin If you are using the graphql `register` mutation, the input and response types have changed. You can check the code [here](https://github.com/strapi/strapi/pull/6047). +The `changePassword` mutation got renamed to `resetPassword` to reflect what it does. You can check the code [here](https://github.com/strapi/strapi/pull/5655) + ## Remove `idAttribute` and `idAttributeType` options. Currently using the idAttribute and idAttributeType options can break strapi in many ways. Fixing this is going to require a lot of work on the database and content management layer.