24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-20 22:22:09 +02:00

Fix characters not allowed in username. Don't include that in translatable string.

List mentioned in:
http://xmpp.org/rfcs/rfc3920.html#nodeprep-prohibited
This commit is contained in:
Badlop 2010-11-29 19:34:26 +01:00
parent 26ac75bdc9
commit 6374b5b1e7

View File

@ -214,7 +214,7 @@ form_new_get(Host, Lang) ->
?BR,
?XE("ul", [
?XCT("li", "This is case insensitive: macbeth is the same that MacBeth and Macbeth."),
?XCT("li", "Characters not allowed: @ : ' \" < > &")
?XC("li", ?T("Characters not allowed:") ++ " \" & ' / : < > @ ")
])
]),
?XE("li", [