mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-05-03 04:42:36 +02:00
Allow period in username (#3592)
* allow period in username * update validation hint --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user