mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
User fixes v4 (#168)
This commit is contained in:
@@ -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": {
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user