Add Twitter login to the default WebGUI configuration file.
This commit is contained in:
parent
3c44dae9e9
commit
a160946baa
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue