+ Welcome to Solid.
+ We wish you an exciting experience!
+
+
+ <% if (createPod) { %>
+
Your new pod
- Your new WebID is <%= webId %>.
+ Your new pod is located at <%= podBaseUrl %>.
+
+ You can store your documents and data there.
<% } %>
- <% if (register) { %>
+
+ <% if (createWebId) { %>
+
Your new WebID
- You can now identify as <%= webId %>
- on this server using <%= email %>.
+ Your new WebID is <%= webId %>.
+
+ You can use this identifier to interact with Solid pods and apps.
+
+ <% } %>
+
+ <% if (register) { %>
+
Your new login
+
+ You can log in
+ with your WebID <%= webId %>
+ on this server via your email address <%= email %>.
<% if (!createWebId) { %>
- Make sure you add the triple
+ You will need to add the triple
<%= `<${webId}> <${oidcIssuer}>.`%>
- to your WebID profile.
+ to your existing WebID document <%= webId %>
+ to indicate that you trust this server as a login provider for your WebID.
<% } %>
<% } %>
- <% if (createPod) { %>
-
- Your new pod has been created
- and can be found at <%= podBaseUrl %>.
-