diff --git a/internal/auth/templates/account.html b/internal/auth/templates/account.html index 3ba56d2..677198e 100644 --- a/internal/auth/templates/account.html +++ b/internal/auth/templates/account.html @@ -3,7 +3,7 @@
Your account
-

Account settings

+

Account settings

{{end}} @@ -12,7 +12,7 @@ {{if .OK}}
{{.OK}}
{{end}}
-

Username

+

Username

Your username is your unique handle (3–32 chars: letters, digits, _ . -). You can change it once every 30 days. When you do, your old username is reserved for 90 days before anyone else can take it.

@@ -36,7 +36,7 @@
-

Display name

+

Display name

Your display name is what other people see — on shares and in organizations. It can be anything, and it isn't tied to sign-in.

@@ -54,7 +54,7 @@
-

Time zone

+

Time zone

Dates and times across MeshTender are shown in this time zone (and in your browser's locale format). Leave it on Auto-detect to use whatever zone your browser reports.

@@ -82,7 +82,7 @@
-

Public profile

+

Public profile

These appear on your public page at {{.RootURL}}/u/{{.User.Username}}, which anyone can view. Leave a field blank to keep it off your page.

@@ -108,7 +108,7 @@
-

Links (public)

+

Links (public)

Ways to reach or find you — social media, a website, or your MeshCore public key (shown as a QR code). Mark one non-MeshCore link as your primary contact so people know the best way to reach you.

@@ -174,7 +174,7 @@
-

Passkeys

+

Passkeys

Passkeys let you sign in with your device's fingerprint, face, or PIN — no password to remember or leak.

{{if .PKErr}}
{{.PKErr}}
{{end}} @@ -217,7 +217,7 @@
-

Password

+

Password

{{if .HasPassword}}

Change the password you use as a fallback to passkeys.

@@ -264,7 +264,7 @@