From 9fb8a78f91adffd5f4d28df1270e407c25a7a16e Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:45:53 +0200 Subject: [feature] New user sign-up via web page (#2796) * [feature] User sign-up form and admin notifs * add chosen + filtered languages to migration * remove stray comment * chosen languages schmosen schmanguages * proper error on local account missing --- web/template/finalize.tmpl | 54 +++++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 24 deletions(-) (limited to 'web/template/finalize.tmpl') diff --git a/web/template/finalize.tmpl b/web/template/finalize.tmpl index 56ab677e5..861dc635f 100644 --- a/web/template/finalize.tmpl +++ b/web/template/finalize.tmpl @@ -19,29 +19,35 @@ {{- with . }}
-
-

Hi {{ .name -}}!

-

- You are about to sign-up to {{ .instance.Title -}}. - To ensure the best experience for you, we need you to provide some additional details. -

-
-

Important

-

Due to the way the ActivityPub standard works, you cannot change your username after it has been set.

-
-
- - -
- - -
+
+

Finalize sign-in to {{ .instance.Title -}}

+
+

+ Hi {{- .name -}}! +

+

+ You are about to create an account on {{- .instance.Title -}}. + To finish the process, you must select your username. +

+
+ + +
+ + +
+
{{- end }} \ No newline at end of file -- cgit v1.3