Copy the fields and relations you had in your `/plugins/users-permissions/models/User.settings.json` and `/plugins/users-permissions/config/jwt.json` file in the new one.
Then, delete your old `plugins` folder and replace it with the new one.
<br>
## ⚠️ Update hook name
We update the name of the hook and the way we load them. `strapi-mongoose` is now `strapi-hook-mongoose`. This rename is needed for `strapi-bookshelf` and `strapi-knex`.
As you can imagine, you also will have to update your hooks' dependencies in the `package.json` of your application.
You also will have to update connectors of you database connections. Update in `./config/environments/**/database.json` file the `connector` key.
That's all, you have now upgraded to Strapi `alpha.13`.