From 3a7b694c83bbb9926a251081e97b92ba3fbb0c25 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Sun, 19 Jul 2026 10:34:13 +0100 Subject: [PATCH] appview/signup: improve copy in signup form - the username field now explicity has a `.tngl.sh` suffix to indicate the provisioned user handle - an autoupdating hint below the handle field that shows the user their full handle `Your handle will be .tngl.sh` Signed-off-by: oppiliappan --- .../pages/templates/layouts/loginbase.html | 2 +- .../pages/templates/user/completeSignup.html | 38 +++++++++++++------ appview/pages/templates/user/signup.html | 4 +- 3 files changed, 30 insertions(+), 14 deletions(-) diff --git a/appview/pages/templates/layouts/loginbase.html b/appview/pages/templates/layouts/loginbase.html index 70a14200..f7666aff 100644 --- a/appview/pages/templates/layouts/loginbase.html +++ b/appview/pages/templates/layouts/loginbase.html @@ -1,6 +1,6 @@ {{ define "mainLayout" }}
-
+
{{ template "logo" }} {{ block "content" . }}{{ end }}
diff --git a/appview/pages/templates/user/completeSignup.html b/appview/pages/templates/user/completeSignup.html index 978faa2c..ac83fe61 100644 --- a/appview/pages/templates/user/completeSignup.html +++ b/appview/pages/templates/user/completeSignup.html @@ -2,7 +2,7 @@ {{ define "content" }}
- +
+ + {{ const.PdsUserDomain }} +
- Your complete handle will be of the form user.tngl.sh. + Your complete handle will be user{{ const.PdsUserDomain }}.
@@ -66,4 +71,15 @@

+ + {{ end }} diff --git a/appview/pages/templates/user/signup.html b/appview/pages/templates/user/signup.html index f2e8ca1f..722d1e71 100644 --- a/appview/pages/templates/user/signup.html +++ b/appview/pages/templates/user/signup.html @@ -6,7 +6,7 @@ {{ define "content" }}
- -- 2.51.2