Skip to content

Commit 070dab3

Browse files
Update config.xml to remove option for Github Credentials
Remove option for Github Credentials authentication method.
1 parent 41724bf commit 070dab3

File tree

1 file changed

+0
-23
lines changed
  • administrator/components/com_patchtester

1 file changed

+0
-23
lines changed

administrator/components/com_patchtester/config.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -59,32 +59,9 @@
5959
onchange="jQuery('#jform_gh_user, #jform_gh_password, #jform_gh_token').val('');"
6060
>
6161
<option value="">JNONE</option>
62-
<option value="credentials">COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_CREDENTIALS</option>
6362
<option value="token">COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_TOKEN</option>
6463
</field>
6564

66-
<!-- Note: Default username is a space to avoid browser autocomplete. -->
67-
<field
68-
name="gh_user"
69-
type="text"
70-
label="COM_PATCHTESTER_FIELD_GH_USER_LABEL"
71-
description="COM_PATCHTESTER_FIELD_GH_USER_DESC"
72-
autocomplete="off"
73-
default=" "
74-
showon="gh_auth:credentials"
75-
/>
76-
77-
<field
78-
name="gh_password"
79-
type="password"
80-
label="COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL"
81-
description="COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC"
82-
hiddenDescription="true"
83-
autocomplete="off"
84-
default=""
85-
showon="gh_auth:credentials"
86-
/>
87-
8865
<field
8966
name="gh_token"
9067
type="text"

0 commit comments

Comments
 (0)