File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1- < cfcomponent displayname = " Google User Directory" extends = " farcry.core.packages.forms.forms" output = " false" key = " gud" >
2-
3- < cfproperty ftSeq = " 1" ftFieldset = " Google Analytics API Access" ftLabel = " Proxy"
1+ < cfcomponent displayname = " Google User Directory" extends = " farcry.core.packages.forms.forms" output = " false"
2+ key = " gud" hint = " Configure user authentication via Google OAuth" >
3+
4+ < cfproperty ftSeq = " 1" ftFieldset = " Google User Directory" ftLabel = " Proxy"
45 name = " proxy" type = " string"
56 ftHint = " If internet access is only available through a proxy, set here. Use the format '[username:password@]domain[:port]'."
67 ftHelpSection = " When you set up this config you will need to enter the redirect URL: http://[hostname]/index.cfm?type=gudLogin&view=displayLogin" / >
7-
8- < cfproperty ftSeq = " 2" ftFieldset = " Google Analytics API Access " ftLabel = " Client ID"
8+
9+ < cfproperty ftSeq = " 2" ftFieldset = " Google User Directory " ftLabel = " Client ID"
910 name = " clientID" type = " string"
1011 ftHint = " This should be copied exactly from the <a href='https://code.google.com/apis/console'>API Console</a>." / >
11-
12- < cfproperty ftSeq = " 3" ftFieldset = " Google Analytics API Access " ftLabel = " Client Secret"
12+
13+ < cfproperty ftSeq = " 3" ftFieldset = " Google User Directory " ftLabel = " Client Secret"
1314 name = " clientSecret" type = " string"
1415 ftHint = " This should be copied exactly from the <a href='https://code.google.com/apis/console'>API Console</a>." / >
15-
16-
16+
17+
1718< / cfcomponent >
You can’t perform that action at this time.
0 commit comments