-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathext_conf_template.txt
executable file
·77 lines (48 loc) · 2.64 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# cat=FACEBOOK/0; type=boolean; label=Facebook enable : Enable Single Sign On via Facebook for this System
providers.facebook.enabled = 0
# cat=FACEBOOK/1; type=string; label=Facebook AppId
providers.facebook.keys.id =
# cat=FACEBOOK/2; type=string; label=Facebook Secret
providers.facebook.keys.secret =
# cat=FACEBOOK/3; type=string; label=Scope of get attributes
providers.facebook.scope = email
# cat=FACEBOOK/4; type=string; label=Enable popin (value = popup,page)
providers.facebook.display =
# cat=Google/0; type=boolean; label=Google enable : Enable Single Sign On via Google for this System
providers.google.enabled = 0
# cat=Google/1; type=string; label=Google AppId
providers.google.keys.id =
# cat=Google/2; type=string; label=Google Secret
providers.google.keys.secret =
# cat=Google/3; type=string; label=Scope of get attributes
providers.google.scope = https://www.googleapis.com/auth/userinfo.profile
# cat=Twitter/0; type=boolean; label=Twitter enable : Enable Single Sign On via Google for this System
providers.twitter.enabled = 0
# cat=Twitter/1; type=string; label=Twitter consumer key
providers.twitter.keys.key =
# cat=Twitter/2; type=string; label=Twitter consumer Secret
providers.twitter.keys.secret =
# cat=LinkedIn/0; type=boolean; label=LinkedIn enable : Enable Single Sign On via LinkedIn for this System
providers.linkedin.enabled = 0
# cat=LinkedIn/1; type=string; label=LinkedIn AppId
providers.linkedin.keys.key =
# cat=LinkedIn/2; type=string; label=LinkedIn Secret
providers.linkedin.keys.secret =
# cat=Instagram/0; type=boolean; label=Instagram enable : Enable Single Sign On via Instagram for this System
providers.instagram.enabled = 0
# cat=Instagram/1; type=string; label=Instagram Client Id
providers.instagram.keys.id =
# cat=Instagram/2; type=string; label=Instagram Client Secret
providers.instagram.keys.secret =
# cat=Instagram/3; type=string; label=Scope of get attributes
providers.instagram.scope = basic
# cat=Storage users/O; type=int; label= Storage Pid : The Storage Pid of the Page, where the fe_users should be stored
users.storagePid =
# cat=Storage users/1; type=string; label= Default user group (uid commal list)
users.defaultGroup =
# cat=Storage users/2; type=int; label= Uid of File Storage (1 by default autocreated by TYPO3 = fileadmin storage)
users.fileStoragePid = 1
# cat=Storage users/3; type=string; label= Image path to store avatar file. (user_upload by default)
users.filePath = user_upload
# cat=Storage users/4; type=string; label= Fields excluded on user update after each login (comma list) : Available fields are : name,first_name,last_name,telephone,address,city,zip,country
users.fieldsExcluded =