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

Use email field type to avoid jid capitalization on iOS

This commit is contained in:
Mickael Remond 2019-09-09 12:12:54 +02:00
parent 6d83cbd1a8
commit 7b79921734
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

View File

@ -414,7 +414,7 @@ process(_Handlers,
[{<<"action">>, <<"authorization_token">>},
{<<"method">>, <<"post">>}],
[?LABEL(<<"username">>, [?CT(?T("User (jid)")), ?C(<<": ">>)]),
?INPUTID(<<"text">>, <<"username">>, <<"">>),
?INPUTID(<<"email">>, <<"username">>, <<"">>),
?BR,
?LABEL(<<"password">>, [?CT(?T("Password")), ?C(<<": ">>)]),
?INPUTID(<<"password">>, <<"password">>, <<"">>),