mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
Deprecate /parent/can-recover-password
This commit is contained in:
parent
6eb40d159c
commit
6d25dd484a
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue