#11 signup email #36
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.
|
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
|
```json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue