mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 05:14:52 +00:00
User service: added reset password email endpoints (#272)
This commit is contained in:
@@ -101,6 +101,19 @@
|
||||
"response": {}
|
||||
}
|
||||
],
|
||||
"sendPasswordResetEmail": [
|
||||
{
|
||||
"title": "Send password reset email",
|
||||
"run_check": true,
|
||||
"request": {
|
||||
"email": "joe@example.com",
|
||||
"subject": "Password reset",
|
||||
"textContent": "Hi there,\n click here to reset your password: myapp.com/reset/code?=$code",
|
||||
"fromName": "Awesome Dot Com"
|
||||
},
|
||||
"response": {}
|
||||
}
|
||||
],
|
||||
"verifyEmail": [
|
||||
{
|
||||
"title": "Verify email",
|
||||
|
||||
Reference in New Issue
Block a user