doc: update teh new routes for signup
This commit is contained in:
parent
a2609bd0e0
commit
bd84c05b2c
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -44,7 +44,20 @@ Each value is either a string or ``null``.
|
|||
|
||||
Changing ``userPassword`` requires the existing password in teh apssword field and the new one in teh value field.
|
||||
|
||||
### POST /ldap/new
|
||||
### POST /ldap/new/email
|
||||
|
||||
Kickstarts teh process of signing up to Skynet
|
||||
|
||||
```json
|
||||
{
|
||||
"email" : "User's wolves email"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
### POST /ldap/new/account
|
||||
|
||||
Verifies teh user has access to this email
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue