mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Use email field type to avoid jid capitalization on iOS
This commit is contained in:
parent
6d83cbd1a8
commit
7b79921734
1 changed files with 1 additions and 1 deletions
|
@ -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">>, <<"">>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue