Skip to content

Commit a160946

Browse files
committedSep 2, 2011
Add Twitter login to the default WebGUI configuration file.
1 parent 3c44dae commit a160946

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎etc/WebGUI.conf.original

+2-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
# List the authentication plug-ins you wish to be available on
191191
# this site.
192192

193-
"authMethods" : [ "LDAP", "WebGUI" ],
193+
"authMethods" : [ "LDAP", "WebGUI", "Twitter" ],
194194

195195
# List the merchant gateways you have installed and wish to be
196196
# available on this site.
@@ -856,6 +856,7 @@
856856
"r" : "r_printable",
857857
"Spacer" : "Spacer",
858858
"SpectreCheck" : "SpectreCheck",
859+
"TwitterLogin" : "TwitterLogin",
859860
"Thumbnail" : "Thumbnail",
860861
"User" : "User",
861862
"UsersOnline" : "UsersOnline",

0 commit comments

Comments
 (0)
Please sign in to comment.