Give identity its due: native enrollment, honest deletion, and sign-in that stays home
Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8
This commit is contained in:
@@ -108,6 +108,15 @@ Singleton {
|
||||
{ label: "Add a user", detail: "Create another account on this machine", page: "users" },
|
||||
{ label: "Automatic login", detail: "Sign in without typing a password", page: "users" },
|
||||
{ label: "Administrator", detail: "Which accounts can manage this machine", page: "users" },
|
||||
// Users owns fingerprint enrollment now rather than handing it to
|
||||
// GNOME's panel, and it owns the other-account verbs it used to bury
|
||||
// inside an expanded row. Each of those is something people come
|
||||
// looking for by name, so each gets a name to be found by.
|
||||
{ label: "Fingerprint", detail: "Unlock and authorize with the reader on this machine", page: "users" },
|
||||
{ label: "Enroll a fingerprint", detail: "Record a finger, one touch at a time", page: "users" },
|
||||
{ label: "Delete a user", detail: "Remove an account, keeping or destroying its files", page: "users" },
|
||||
{ label: "Account type", detail: "Whether an account may administer this machine", page: "users" },
|
||||
{ label: "Reset a password", detail: "They set a new one at their next sign-in", page: "users" },
|
||||
{ label: "Printers", detail: "Add a printer and see what is queued", page: "printers" },
|
||||
{ label: "Print queue", detail: "What is waiting to print, and cancelling it", page: "printers" },
|
||||
{ label: "Add a printer", detail: "Find a printer on the network or enter its address", page: "printers" },
|
||||
@@ -170,6 +179,14 @@ Singleton {
|
||||
{ label: "Language", detail: "The system language, applied to programs started afterwards", page: "region" },
|
||||
{ label: "Regional formats", detail: "How dates, times, and numbers are written", page: "region" },
|
||||
{ label: "Online accounts", detail: "Sign in to mail, calendar, and contacts", page: "accounts" },
|
||||
// Adding an account is the thing people search for, and they search for
|
||||
// it by the name of the service. Nextcloud and mail are added on the
|
||||
// page itself; Google still goes through the provider's own sign-in,
|
||||
// which is a result worth having rather than a dead end.
|
||||
{ label: "Nextcloud", detail: "Add a Nextcloud server for files, calendar, and contacts", page: "accounts" },
|
||||
{ label: "Google account", detail: "Sign in to Google for mail, calendar, and contacts", page: "accounts" },
|
||||
{ label: "Add a mail account", detail: "Connect a mailbox by its IMAP and SMTP servers", page: "accounts" },
|
||||
{ label: "Remove an account", detail: "Sign out and take an online account off this machine", page: "accounts" },
|
||||
{ label: "Home Assistant", detail: "Connect the desktop to a Home Assistant server", page: "my-home" },
|
||||
{ label: "Lights", detail: "Toggle and dim lights, grouped by room", page: "my-home" },
|
||||
{ label: "Control Center lights", detail: "Choose the accessories on your shelf", page: "my-home" },
|
||||
|
||||
Reference in New Issue
Block a user