From 15311c7bd816a83d0641de6b6bb3c41bb67079db Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 29 Oct 2024 20:41:58 -0400 Subject: fixup! Restrict login names. --- docs/api/initial-setup.md | 4 ++-- docs/api/invitations.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/api/initial-setup.md b/docs/api/initial-setup.md index b6bf270..c2bdaec 100644 --- a/docs/api/initial-setup.md +++ b/docs/api/initial-setup.md @@ -57,8 +57,8 @@ The proposed `name` must be valid. The precise definition of valid is still up i * It must be non-empty. * It must not be "too long." (Currently, 64 characters is too long.) -* It must begin with an alphanumeric character. -* It must end with an alphanumeric character. +* It must begin with a printing character. +* It must end with a printing character. * It must not contain runs of multiple whitespace characters. ### Success diff --git a/docs/api/invitations.md b/docs/api/invitations.md index 83e5145..1839ef5 100644 --- a/docs/api/invitations.md +++ b/docs/api/invitations.md @@ -135,8 +135,8 @@ The proposed `name` must be valid. The precise definition of valid is still up i * It must be non-empty. * It must not be "too long." (Currently, 64 characters is too long.) -* It must begin with an alphanumeric character. -* It must end with an alphanumeric character. +* It must begin with a printing character. +* It must end with a printing character. * It must not contain runs of multiple whitespace characters. ### Success -- cgit v1.2.3