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
f9e2466867
commit
008a0a29cd
@ -215,7 +215,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