mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01: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:
parent
26ac75bdc9
commit
6374b5b1e7
@ -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", [
|
||||
|
Loading…
Reference in New Issue
Block a user