mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
48 lines
1.7 KiB
JSON
48 lines
1.7 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^2.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/identity/registration/route/registration.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:auth:password:RouteInteractionHandler",
|
|
"WaterfallHandler:_handlers": [
|
|
{
|
|
"comment": [
|
|
"This handler is required to prevent Components.js issues with arrays.",
|
|
"This might be fixed in the next Components.js release after which this can be removed."
|
|
],
|
|
"@type": "UnsupportedAsyncHandler"
|
|
},
|
|
{ "@id": "urn:solid-server:auth:password:RegistrationRoute" }
|
|
]
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:auth:password:ControlHandler",
|
|
"ControlHandler:_controls": [
|
|
{
|
|
"ControlHandler:_controls_key": "register",
|
|
"ControlHandler:_controls_value": { "@id": "urn:solid-server:auth:password:RegistrationRoute" }
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:auth:password:HtmlViewHandler",
|
|
"HtmlViewHandler:_templates": [
|
|
{
|
|
"HtmlViewHandler:_templates_key": "@css:templates/identity/email-password/register.html.ejs",
|
|
"HtmlViewHandler:_templates_value": { "@id": "urn:solid-server:auth:password:RegistrationRoute" }
|
|
},
|
|
{
|
|
"HtmlViewHandler:_templates_key": "@css:templates/identity/email-password/reset-password-response.html.ejs",
|
|
"HtmlViewHandler:_templates_value": {
|
|
"@type": "RelativeInteractionRoute",
|
|
"base": { "@id": "urn:solid-server:auth:password:ResetPasswordRoute" },
|
|
"relativePath": "/response/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|