From 6d25dd484afcccffec0a4974b61666a0d94d6bdc Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 5 Oct 2020 02:00:00 +0200 Subject: [PATCH] Deprecate /parent/can-recover-password --- docs/api/parent.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/parent.md b/docs/api/parent.md index 71e3a5e..01033f0 100644 --- a/docs/api/parent.md +++ b/docs/api/parent.md @@ -64,6 +64,9 @@ On success: object with ``deviceAuthToken`` (string) and ``ownDeviceId`` (string ## POST /parent/can-recover-password +**Depreacted:** The caller should know by itself if the mail address belongs to the user. +``/recover-parent-password`` will report a failure if it does not. + Use this to check if the parent password can be recovered. This checks that the mail auth token matches the mail address of the parent user.