Deprecate /parent/can-recover-password

This commit is contained in:
Jonas Lochmann 2020-10-05 02:00:00 +02:00
parent 6eb40d159c
commit 6d25dd484a
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -64,6 +64,9 @@ On success: object with ``deviceAuthToken`` (string) and ``ownDeviceId`` (string
## POST /parent/can-recover-password ## 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 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. mail auth token matches the mail address of the parent user.