Allow period in username (#3592)

* allow period in username

* update validation hint

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
This commit is contained in:
Sean Hatfield
2025-04-03 16:42:39 -07:00
committed by GitHub
parent 8af7a08ad3
commit 2e947050df
3 changed files with 7 additions and 14 deletions

View File

@@ -80,8 +80,8 @@ export default function EditUserModal({ currentUser, user, closeModal }) {
autoComplete="off"
/>
<p className="mt-2 text-xs text-white/60">
Username must only contain lowercase letters, numbers,
underscores, and hyphens with no spaces
Username must only contain lowercase letters, periods,
numbers, underscores, and hyphens with no spaces
</p>
</div>
<div>