提交 6a7b8981 编写于 作者: O Oleg Nenashev

Merge pull request #1531 from chris-daw/master

Update login.jelly to avoid autocorrect of username on mobile devices
...@@ -35,7 +35,7 @@ THE SOFTWARE. ...@@ -35,7 +35,7 @@ THE SOFTWARE.
<table> <table>
<tr> <tr>
<td>${%User}:</td> <td>${%User}:</td>
<td><input type="text" name="j_username" id="j_username" /></td> <td><input type="text" name="j_username" id="j_username" autocorrect="off" autocapitalize="off" /></td>
</tr> </tr>
<tr> <tr>
<td>${%Password}:</td> <td>${%Password}:</td>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册