mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-26 04:24:10 +02:00
Update human-id-rules.rst
Clarify position on capitalisation.
This commit is contained in:
parent
4f3ee12409
commit
408a0519ec
|
|
@ -136,3 +136,7 @@ Capitalisation
|
|||
User IDs SHOULD be case-insensitive. This SHOULD be applied based on the
|
||||
capitalisation rules in the CLDR dataset: http://cldr.unicode.org/
|
||||
|
||||
This check SHOULD be applied when the user ID is created, in order to prevent
|
||||
registration with the same name and different capitalisations, e.g.
|
||||
``@foo:bar`` vs ``@Foo:bar`` vs ``@FOO:bar``.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue