View | Details | Raw Unified | Return to bug 16687
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-89 / +81 lines)
Lines 2-39 Administration: Link Here
2
# Only used internally, omitted: FrameworksLoaded, Version
2
# Only used internally, omitted: FrameworksLoaded, Version
3
    Interface options:
3
    Interface options:
4
        -
4
        -
5
            - Use
5
            - "Email address for the administrator of Koha: "
6
            - pref: KohaAdminEmailAddress
6
            - pref: KohaAdminEmailAddress
7
              class: email
7
              class: email
8
            - "as the email address for the administrator of Koha. (This is the default From: address for emails unless there is one for the particular library, and is referred to when an internal error occurs.)"
8
            - "(This is the default From: address for emails unless there is one for the particular library, and is referred to when an internal error occurs.)"
9
        -
9
        -
10
           - Use
10
            - "Email address to be set as the replyto in emails: "
11
           - pref: ReplytoDefault
11
            - pref: ReplytoDefault
12
             class: email
12
              class: email
13
           - "as the email address that will be set as the replyto in emails"
14
        -
13
        -
15
           - Use
14
            - "Return path or bounce address for undeliverable mail messages: "
16
           - pref: ReturnpathDefault
15
            - pref: ReturnpathDefault
17
             class: email
16
              class: email
18
           - "as the return path or bounce address for undeliverable mail messages. If you leave this empty, the From address will be used (often defaulting to the admin address)."
17
            - "If you leave this empty, the From address will be used (often defaulting to the admin address)."
19
        -
18
        -
20
            - Show
19
            - "How much debugging information to show in the browser when an internal error occurs: "
21
            - pref: DebugLevel
20
            - pref: DebugLevel
22
              default: 0
21
              default: 0
23
              choices:
22
              choices:
24
                  0: "no"
23
                  0: None
25
                  1: some
24
                  1: Some
26
                  2: lots of
25
                  2: All
27
            - debugging information in the browser when an internal error occurs.
28
        -
26
        -
27
            - "Show itemtype icons in the catalog: "
29
            - pref: noItemTypeImages
28
            - pref: noItemTypeImages
30
              default: 0
29
              default: 0
31
              choices:
30
              choices:
32
                  yes: "Don't show"
31
                  yes: "No"
33
                  no: Show
32
                  no: "Yes"
34
            - itemtype icons in the catalog.
35
        -
33
        -
36
            - Separate columns in an exported CSV file with
34
            - "Default separator for columns in an exported CSV file: "
37
            - pref: delimiter
35
            - pref: delimiter
38
              default: ","
36
              default: ","
39
              choices:
37
              choices:
Lines 43-189 Administration: Link Here
43
                  '/': slashes
41
                  '/': slashes
44
                  '\': backslashes
42
                  '\': backslashes
45
                  '#': "#'s"
43
                  '#': "#'s"
46
            - by default.
47
        -
44
        -
45
            - "Allow staff and patrons to create and view saved lists of books: "
48
            - pref: virtualshelves
46
            - pref: virtualshelves
49
              choices:
47
              choices:
50
                  yes: Allow
48
                  yes: "Yes"
51
                  no: "Don't allow"
49
                  no: "No"
52
            - staff and patrons to create and view saved lists of books.
53
        -
50
        -
54
            - When editing circulation rules show the
51
            - "Default view when editing circulation rules: "
55
            - pref: DefaultToLoggedInLibraryCircRules
52
            - pref: DefaultToLoggedInLibraryCircRules
56
              choices:
53
              choices:
57
                  yes: "logged in library's"
54
                  yes: "The logged-in library"
58
                  no: "all libraries"
55
                  no: "All libraries"
59
            - rules by default.
60
        -
56
        -
61
            - When editing notices and slips show the
57
            - "Default view when editing notices and slips: "
62
            - pref: DefaultToLoggedInLibraryNoticesSlips
58
            - pref: DefaultToLoggedInLibraryNoticesSlips
63
              choices:
59
              choices:
64
                  yes: "logged in library's"
60
                  yes: "The logged-in library"
65
                  no: "all libraries"
61
                  no: "All libraries"
66
            - notices and slips by default.
67
        -
62
        -
68
            - When editing overdue notice/status triggers show the
63
            - "Default view when editing overdue notice/status triggers: "
69
            - pref: DefaultToLoggedInLibraryOverdueTriggers
64
            - pref: DefaultToLoggedInLibraryOverdueTriggers
70
              choices:
65
              choices:
71
                  yes: "logged in library's"
66
                  yes: "The logged-in library"
72
                  no: "all libraries"
67
                  no: "All libraries"
73
            - rules by default.
74
    Login options:
68
    Login options:
75
        -
69
        -
76
            - Automatically log out users after
70
            - "Inactivity timeout in seconds to automatically log out users: "
77
            - pref: timeout
71
            - pref: timeout
78
            - seconds of inactivity. Adding d will specify it in days, e.g. 1d is timeout of one day.
72
              class: integer
73
            - Adding d will specify it in days, e.g. 1d is timeout of one day.
79
        -
74
        -
75
            - "Require staff to log in from a computer in the IP address range specified by their library (if any): "
80
            - pref: AutoLocation
76
            - pref: AutoLocation
81
              default: 0
77
              default: 0
82
              choices:
78
              choices:
83
                  yes: Require
79
                  yes: "Yes"
84
                  no: "Don't require"
80
                  no: "No"
85
            - staff to log in from a computer in the IP address range <a href="/cgi-bin/koha/admin/branches.pl">specified by their library</a> (if any).
81
            - <a href="/cgi-bin/koha/admin/branches.pl">Link to library administration</a>
86
        -
82
        -
83
            - "Enable check for change in remote IP address for session security: "
87
            - pref: SessionRestrictionByIP
84
            - pref: SessionRestrictionByIP
88
              default: 1
85
              default: 1
89
              choices:
86
              choices:
90
                  yes: Enable
87
                  yes: "Yes"
91
                  no: "Disable"
88
                  no: "No"
92
            - check for change in remote IP address for session security. Disable only when remote IP address changes frequently.
89
            - (Disable only when remote IP address changes frequently.)
93
        # PostgreSQL is supported by CGI::Session but not by Koha.
90
        # PostgreSQL is supported by CGI::Session but not by Koha.
94
        -
91
        -
95
            - Store login session information
92
            - "Storage of login session information: "
96
            - pref: SessionStorage
93
            - pref: SessionStorage
97
              default: mysql
94
              default: mysql
98
              choices:
95
              choices:
99
                  mysql: in the MySQL database.
96
                  mysql: MySQL database
100
                  Pg: in the PostgreSQL database (not supported).
97
                  Pg: PostgreSQL database (not supported)
101
                  tmp: as temporary files.
98
                  tmp: Temporary files
102
                  memcached: in a memcached server.
99
                  memcached: Memcached server
103
        -
100
        -
101
            - "Prevent staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries: "
104
            - pref: IndependentBranches
102
            - pref: IndependentBranches
105
              default: 0
103
              default: 0
106
              choices:
104
              choices:
107
                  yes: Prevent
105
                  yes: "Yes"
108
                  no: "Don't prevent"
106
                  no: "No"
109
            - staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries.
110
        -
107
        -
108
            - Prevent staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries.
111
            - pref: IndependentBranchesPatronModifications
109
            - pref: IndependentBranchesPatronModifications
112
              default: 0
110
              default: 0
113
              choices:
111
              choices:
114
                  yes: Prevent
112
                  yes: "Yes"
115
                  no: "Don't prevent"
113
                  no: "No"
116
            - staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries.
117
    CAS authentication:
114
    CAS authentication:
118
        -
115
        -
116
            - "Use CAS for login authentication: "
119
            - pref: casAuthentication
117
            - pref: casAuthentication
120
              default: 0
118
              default: 0
121
              choices:
119
              choices:
122
                  yes: Use
120
                  yes: "Yes"
123
                  no: "Don't use"
121
                  no: "No"
124
            - CAS for login authentication.
125
        -
122
        -
123
            - "Logout of CAS when logging out of Koha: "
126
            - pref: casLogout
124
            - pref: casLogout
127
              default: 0
125
              default: 0
128
              choices:
126
              choices:
129
                  yes: Logout
127
                  yes: "Yes"
130
                  no: "Don't Logout"
128
                  no: "No"
131
            - of CAS when logging out of Koha.
132
        -
129
        -
133
            - The CAS Authentication Server can be found at
130
            - "URL of the CAS Authentication Server: "
134
            - pref: casServerUrl
131
            - pref: casServerUrl
135
    SSL client certificate authentication:
132
    SSL client certificate authentication:
136
        -
133
        -
137
            - Use
134
            - "Field to use for SSL client certificate authentication: "
138
            - pref: AllowPKIAuth
135
            - pref: AllowPKIAuth
139
              default: None
136
              default: None
140
              choices:
137
              choices:
141
                  None: "no"
138
                  None: "None"
142
                  Common Name: the Common Name
139
                  Common Name: Common Name
143
                  emailAddress: the emailAddress
140
                  emailAddress: emailAddress
144
            - field for SSL client certificate authentication
145
    Google OpenID Connect:
141
    Google OpenID Connect:
146
        -
142
        -
143
            - "Use Google OpenID Connect login: "
147
            - pref: GoogleOpenIDConnect
144
            - pref: GoogleOpenIDConnect
148
              choices:
145
              choices:
149
                yes: Use
146
                yes: "Yes"
150
                no: "Don't Use"
147
                no: "No"
151
            - Google OpenID Connect login.
152
            - You will need to select OAuth2 when creating an app in the google cloud console, and set the web origin to your_opac_url and the redirect url to your_opac_url/cgi-bin/koha/svc/auth/googleopenidconnect .
148
            - You will need to select OAuth2 when creating an app in the google cloud console, and set the web origin to your_opac_url and the redirect url to your_opac_url/cgi-bin/koha/svc/auth/googleopenidconnect .
153
        -
149
        -
154
            - Google OAuth2 Client ID
150
            - "Google OAuth2 Client ID: "
155
            - pref: GoogleOAuth2ClientID
151
            - pref: GoogleOAuth2ClientID
156
        -
152
        -
157
            - Google OAuth2 Client Secret
153
            - "Google OAuth2 Client Secret: "
158
            - pref: GoogleOAuth2ClientSecret
154
            - pref: GoogleOAuth2ClientSecret
159
        -
155
        -
160
            - Google OpenID Connect Restrict to domain (or subdomain of this domain)
156
            - "Google OpenID Connect Restrict to domain (or subdomain of this domain): "
161
            - pref: GoogleOpenIDConnectDomain
157
            - pref: GoogleOpenIDConnectDomain
162
            - . Leave blank for all google domains
158
            - Leave blank for all google domains
163
    Mozilla Persona:
159
    Mozilla Persona:
164
        -
160
        -
161
            - "Allow Mozilla persona for login: "
165
            - pref: Persona
162
            - pref: Persona
166
              default: 0
163
              default: 0
167
              choices:
164
              choices:
168
                  yes: Allow
165
                  yes: "Yes"
169
                  no: "Don't Allow"
166
                  no: "No"
170
            - Mozilla persona for login
171
    Share anonymous usage statistics:
167
    Share anonymous usage statistics:
172
        -
168
        -
169
            - "Share anonymous Koha usage data with the Koha community: "
173
            - pref: UsageStats
170
            - pref: UsageStats
174
              default: 0
171
              default: 0
175
              choices:
172
              choices:
176
                  yes: Share
173
                  yes: "Yes"
177
                  no: "Don't share"
174
                  no: "No"
178
            - anonymous Koha usage data with the Koha community. You can see the data on the <a href="http://hea.koha-community.org">Hea Koha community website</a>. You have to run misc/cronjobs/share_usage_with_koha_community.pl in a cronjob.
175
            - "You have to run misc/cronjobs/share_usage_with_koha_community.pl in a cronjob. Note that the other \"UsageStats\" preferences have no effect if this preference is set to \"No\". Website where usage statistics are published: <a href=\"http://hea.koha-community.org\">Hea Koha community website</a>."
179
        -
176
        -
180
            - The library name
177
            - "Use the following library name to be shown on the Hea Community website: "
181
            - pref: UsageStatsLibraryName
178
            - pref: UsageStatsLibraryName
182
            - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
183
            - If this field is empty data will be sent anonymously.
179
            - If this field is empty data will be sent anonymously.
184
            - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
180
            - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
185
        -
181
        -
186
            - "The country where your library is located:"
182
            - "The country where your library is located to be shown on the Hea Community website: "
187
            - pref: UsageStatsCountry
183
            - pref: UsageStatsCountry
188
              default: ""
184
              default: ""
189
              choices:
185
              choices:
Lines 386-398 Administration: Link Here
386
            - This will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
382
            - This will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
387
            - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
383
            - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
388
        -
384
        -
389
            - The library URL
385
            - "The library URL to be shown on the Hea Community website: "
390
            - pref: UsageStatsLibraryUrl
386
            - pref: UsageStatsLibraryUrl
391
            - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
392
            - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
387
            - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
393
394
        -
388
        -
395
            - The library type
389
            - "The library type to be shown on the Hea Community website: "
396
            - pref: UsageStatsLibraryType
390
            - pref: UsageStatsLibraryType
397
              default: ""
391
              default: ""
398
              choices:
392
              choices:
Lines 407-419 Administration: Link Here
407
                  government  : "government"
401
                  government  : "government"
408
                  religiousOrg: "religious organization"
402
                  religiousOrg: "religious organization"
409
                  subscription: "subscription"
403
                  subscription: "subscription"
410
            - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
411
            - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
404
            - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
412
    Search Engine:
405
    Search Engine:
413
        -
406
        -
407
            - "Use following search engine: "
414
            - pref: SearchEngine
408
            - pref: SearchEngine
415
              default: Zebra
409
              default: Zebra
416
              choices:
410
              choices:
417
                Zebra: Zebra
411
                Zebra: Zebra
418
                Elasticsearch: Elasticsearch
412
                Elasticsearch: Elasticsearch
419
            - is the search engine used.
420
- 

Return to bug 16687