Skip to content

Commit 9f70435

Browse files
committed
fixups
1 parent 799a63d commit 9f70435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2025-03-12_user-registry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ name following a specific pattern - starts with three letters, ends with three
7979
numbers, and is not longer than 20 characters. The registration costs 1 GNOT
8080
and the fee is modifiable via a GovDAO proposal.
8181

82-
8382
This is the user-facing realm where users interact with the registry. It
8483
provides an interface for registering usernames while enforcing certain constraints:
8584

8685
- Usernames must start with three letters.
8786
- They must end with three numbers.
8887
- The total length must not exceed 20 characters.
88+
- Only `_` is allowed as a special character.
8989
- The registration fee is 1 GNOT (modifiable via GovDAO proposals).
9090

9191
This realm communicates with `r/sys/users` to ensure new registrations follow the

0 commit comments

Comments
 (0)