31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-05 06:50:48 +00:00

avoid autocomplete (add a space as default in the username)

This commit is contained in:
andrepereiradasilva 2016-05-31 17:05:54 +01:00
parent 1a40aa00c9
commit 8b236bdba0

View File

@ -61,13 +61,14 @@
<option value="token">COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_TOKEN</option>
</field>
<!-- Note: Default username is a space to avoid browser autocomplete, -->
<field
name="gh_user"
type="text"
label="COM_PATCHTESTER_FIELD_GH_USER_LABEL"
description="COM_PATCHTESTER_FIELD_GH_USER_DESC"
autocomplete="off"
default=""
default=" "
showon="gh_auth:credentials"
/>