mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
23 lines
942 B
JSON
23 lines
942 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^2.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Handles the forgot password interaction",
|
|
"@id": "urn:solid-server:auth:password:ForgotPasswordRoute",
|
|
"@type": "RelativeInteractionRoute",
|
|
"base": { "@id": "urn:solid-server:auth:password:IndexRoute" },
|
|
"relativePath": "/forgotpassword/",
|
|
"source": {
|
|
"@type": "ForgotPasswordHandler",
|
|
"args_accountStore": { "@id": "urn:solid-server:auth:password:AccountStore" },
|
|
"args_templateEngine": {
|
|
"@type": "EjsTemplateEngine",
|
|
"template": "@css:templates/identity/email-password/reset-password-email.html.ejs"
|
|
},
|
|
"args_emailSender": { "@id": "urn:solid-server:default:EmailSender" },
|
|
"args_resetRoute": { "@id": "urn:solid-server:auth:password:ResetPasswordRoute" }
|
|
}
|
|
}
|
|
]
|
|
}
|