{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld", "import": [ "css:config/identity/registration/route/registration.json" ], "@graph": [ { "comment": "If registration is enabled, the pod locations will be root storages.", "@id": "urn:solid-server:default:StorageLocationStrategy", "@type": "PodStorageLocationStrategy", "generator": { "@id": "urn:solid-server:default:IdentifierGenerator" } }, { "@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 } ] }