feat: new route to reminder users of their username via email.
Closes #14
This commit is contained in:
parent
d722de1493
commit
be4fadd84d
3 changed files with 127 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue