Add Twitter login to the default WebGUI configuration file.

This commit is contained in:
Colin Kuskie 2011-09-02 08:16:51 -07:00
parent 3c44dae9e9
commit a160946baa

View file

@ -190,7 +190,7 @@
# List the authentication plug-ins you wish to be available on # List the authentication plug-ins you wish to be available on
# this site. # this site.
"authMethods" : [ "LDAP", "WebGUI" ], "authMethods" : [ "LDAP", "WebGUI", "Twitter" ],
# List the merchant gateways you have installed and wish to be # List the merchant gateways you have installed and wish to be
# available on this site. # available on this site.
@ -856,6 +856,7 @@
"r" : "r_printable", "r" : "r_printable",
"Spacer" : "Spacer", "Spacer" : "Spacer",
"SpectreCheck" : "SpectreCheck", "SpectreCheck" : "SpectreCheck",
"TwitterLogin" : "TwitterLogin",
"Thumbnail" : "Thumbnail", "Thumbnail" : "Thumbnail",
"User" : "User", "User" : "User",
"UsersOnline" : "UsersOnline", "UsersOnline" : "UsersOnline",