mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-23 11:29:00 +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>
|
||||
</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"
|
||||
/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user