---
title: "Changes to Request a password reset"
method: POST
path: "/users/reset-password-request"
---

# Changes to Request a password reset

`POST /users/reset-password-request`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 50 revisions.

- **2020-08-13** `bca9ebb2d24a` — 2 breaking, 1 info
- **2020-08-13** `ddfd4e39c98d` — 2 breaking, 1 warning

## Changes

- **2020-08-13** `bca9ebb2d24a` — 2 breaking, 1 info
  - added `#/components/schemas/Email` to the `email` request property `allOf` list
  - the `email` request property type/format changed from `string`/`` to ``/``
  - the `email` request property's minLength was decreased from `3` to `0`
- **2020-08-13** `ddfd4e39c98d` — 2 breaking, 1 warning
  - the `email` request property's minLength was increased from `0` to `3`
  - the `email` request property type/format changed from ``/`` to `string`/``
  - removed `#/components/schemas/Email` from the `email` request property `allOf` list

---

[Operation](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/docs/users/reset-password-request/post.md) · [API](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api.md) · [Page](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/changes/users/reset-password-request/post)
