feat: new route to reminder users of their username via email.

Closes #14
This commit is contained in:
silver 2023-08-13 17:47:51 +01:00
parent d722de1493
commit be4fadd84d
3 changed files with 127 additions and 1 deletions

View file

@ -81,6 +81,14 @@ Invalid Auth:
Generic responses which is used unless otherwise specified above.
### POST /ldap/recover/username
Sends an email to the user of the address reminding them of their username (if there is an account associated with said username).
```json
{
"email" : "email looking for remidner"
}
```
### POST /ldap/recover/password
```json