User fixes v4 (#168)

This commit is contained in:
Janos Dobronszki
2021-06-22 15:19:22 +01:00
committed by GitHub
parent 0e3fe5d360
commit 3dd66038d3
5 changed files with 39 additions and 10 deletions

View File

@@ -39,6 +39,7 @@
}
}
},{
"title": "Read account by email",
"request": {
"email": "joe@example.com"
@@ -52,5 +53,18 @@
"updated": "1623677579"
}
}
}],
"sendVerificationEmail": [{
"title": "Send verification email",
"request": {
"email": "joe@example.com",
"subject": "Email verification",
"redirectUrl": "https://m3o.com",
"failureRedirectUrl": "https://m3o.com/verification-failed",
"textContent": "Hi there,\n\nPlease verify your email by clicking this link: $micro_verification_link",
"fromName": "Awesome Dot Com"
},
"response": {
}
}]
}