mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-11 01:32:05 +00:00
avoid autocomplete (add a space as default in the username)
This commit is contained in:
parent
1a40aa00c9
commit
8b236bdba0
@ -61,13 +61,14 @@
|
|||||||
<option value="token">COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_TOKEN</option>
|
<option value="token">COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_TOKEN</option>
|
||||||
</field>
|
</field>
|
||||||
|
|
||||||
|
<!-- Note: Default username is a space to avoid browser autocomplete, -->
|
||||||
<field
|
<field
|
||||||
name="gh_user"
|
name="gh_user"
|
||||||
type="text"
|
type="text"
|
||||||
label="COM_PATCHTESTER_FIELD_GH_USER_LABEL"
|
label="COM_PATCHTESTER_FIELD_GH_USER_LABEL"
|
||||||
description="COM_PATCHTESTER_FIELD_GH_USER_DESC"
|
description="COM_PATCHTESTER_FIELD_GH_USER_DESC"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
default=""
|
default=" "
|
||||||
showon="gh_auth:credentials"
|
showon="gh_auth:credentials"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user