mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/identity/registration/route/registration.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:auth:password:InteractionRouteHandler",
|
|
"@type": "WaterfallHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:auth:password:RegistrationRouteHandler" }
|
|
]
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:auth:password:ControlHandler",
|
|
"@type": "ControlHandler",
|
|
"controls": [
|
|
{
|
|
"ControlHandler:_controls_key": "register",
|
|
"ControlHandler:_controls_value": { "@id": "urn:solid-server:auth:password:RegistrationRoute" }
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:auth:password:HtmlViewHandler",
|
|
"@type": "HtmlViewHandler",
|
|
"templates": [
|
|
{
|
|
"HtmlViewHandler:_templates_key": "@css:templates/identity/email-password/register.html.ejs",
|
|
"HtmlViewHandler:_templates_value": { "@id": "urn:solid-server:auth:password:RegistrationRoute" }
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"comment": "Root access is disabled when registration is enabled to prevent nested storage containers.",
|
|
"@id": "urn:solid-server:default:SetupHttpHandler",
|
|
"@type": "SetupHttpHandler",
|
|
"allowRootPod": false
|
|
}
|
|
]
|
|
}
|