mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-25 10:28:37 +01:00
Update human-id-rules.rst
Mention case canonicalisation on registration.
This commit is contained in:
parent
f2422eae3f
commit
37a7f2108e
|
|
@ -138,5 +138,6 @@ 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``.
|
||||
``@foo:bar`` vs ``@Foo:bar`` vs ``@FOO:bar``. Home servers MAY canonicalise
|
||||
the user ID to be completely lower-case if desired.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue