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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-94 / +80 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-201 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
              class: integer
72
              class: integer
79
            - seconds of inactivity. Adding d will specify it in days, e.g. 1d is timeout of one day.
73
            - Adding d will specify it in days, e.g. 1d is timeout of one day.
80
        -
74
        -
75
            - "Require staff to log in from a computer in the IP address range specified by their library (if any): "
81
            - pref: AutoLocation
76
            - pref: AutoLocation
82
              default: 0
77
              default: 0
83
              choices:
78
              choices:
84
                  yes: Require
79
                  yes: "Yes"
85
                  no: "Don't require"
80
                  no: "No"
86
            - 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>
87
        -
82
        -
83
            - "Enable check for change in remote IP address for session security: "
88
            - pref: SessionRestrictionByIP
84
            - pref: SessionRestrictionByIP
89
              default: 1
85
              default: 1
90
              choices:
86
              choices:
91
                  yes: Enable
87
                  yes: "Yes"
92
                  no: "Disable"
88
                  no: "No"
93
            - 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.)
94
        # PostgreSQL is supported by CGI::Session but not by Koha.
90
        # PostgreSQL is supported by CGI::Session but not by Koha.
95
        -
91
        -
96
            - Store login session information
92
            - "Storage of login session information: "
97
            - pref: SessionStorage
93
            - pref: SessionStorage
98
              default: mysql
94
              default: mysql
99
              choices:
95
              choices:
100
                  mysql: in the MySQL database.
96
                  mysql: MySQL database
101
                  Pg: in the PostgreSQL database (not supported).
97
                  Pg: PostgreSQL database (not supported)
102
                  tmp: as temporary files.
98
                  tmp: Temporary files
103
                  memcached: in a memcached server.
99
                  memcached: Memcached server
104
        -
100
        -
101
            - "Prevent staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries: "
105
            - pref: IndependentBranches
102
            - pref: IndependentBranches
106
              default: 0
103
              default: 0
107
              choices:
104
              choices:
108
                  yes: Prevent
105
                  yes: "Yes"
109
                  no: "Don't prevent"
106
                  no: "No"
110
            - staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries.
111
        -
107
        -
108
            - Prevent staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries.
112
            - pref: IndependentBranchesPatronModifications
109
            - pref: IndependentBranchesPatronModifications
113
              default: 0
110
              default: 0
114
              choices:
111
              choices:
115
                  yes: Prevent
112
                  yes: "Yes"
116
                  no: "Don't prevent"
113
                  no: "No"
117
            - staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries.
118
    CAS authentication:
114
    CAS authentication:
119
        -
115
        -
116
            - "Use CAS for login authentication: "
120
            - pref: casAuthentication
117
            - pref: casAuthentication
121
              default: 0
118
              default: 0
122
              choices:
119
              choices:
123
                  yes: Use
120
                  yes: "Yes"
124
                  no: "Don't use"
121
                  no: "No"
125
            - CAS for login authentication.
126
        -
122
        -
123
            - "Logout of CAS when logging out of Koha: "
127
            - pref: casLogout
124
            - pref: casLogout
128
              default: 0
125
              default: 0
129
              choices:
126
              choices:
130
                  yes: Logout
127
                  yes: "Yes"
131
                  no: "Don't Logout"
128
                  no: "No"
132
            - of CAS when logging out of Koha.
133
        -
129
        -
134
            - The CAS Authentication Server can be found at
130
            - "URL of the CAS Authentication Server: "
135
            - pref: casServerUrl
131
            - pref: casServerUrl
136
    SSL client certificate authentication:
132
    SSL client certificate authentication:
137
        -
133
        -
138
            - Use
134
            - "Field to use for SSL client certificate authentication: "
139
            - pref: AllowPKIAuth
135
            - pref: AllowPKIAuth
140
              default: None
136
              default: None
141
              choices:
137
              choices:
142
                  None: "no"
138
                  None: "None"
143
                  Common Name: the Common Name
139
                  Common Name: Common Name
144
                  emailAddress: the emailAddress
140
                  emailAddress: emailAddress
145
            - field for SSL client certificate authentication
146
    Google OpenID Connect:
141
    Google OpenID Connect:
147
        -
142
        -
143
            - "Use Google OpenID Connect login: "
148
            - pref: GoogleOpenIDConnect
144
            - pref: GoogleOpenIDConnect
149
              choices:
145
              choices:
150
                yes: Use
146
                yes: "Yes"
151
                no: "Don't Use"
147
                no: "No"
152
            - Google OpenID Connect login.
153
            - 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 .
154
        -
149
        -
155
            - Google OAuth2 Client ID
150
            - "Google OAuth2 Client ID: "
156
            - pref: GoogleOAuth2ClientID
151
            - pref: GoogleOAuth2ClientID
157
        -
152
        -
158
            - Google OAuth2 Client Secret
153
            - "Google OAuth2 Client Secret: "
159
            - pref: GoogleOAuth2ClientSecret
154
            - pref: GoogleOAuth2ClientSecret
160
        -
155
        -
161
            - Google OpenID Connect Restrict to domain (or subdomain of this domain)
156
            - "Google OpenID Connect Restrict to domain (or subdomain of this domain): "
162
            - pref: GoogleOpenIDConnectDomain
157
            - pref: GoogleOpenIDConnectDomain
163
            - . Leave blank for all google domains
158
            - Leave blank for all google domains
164
    Mozilla Persona:
159
    Mozilla Persona:
165
        -
160
        -
161
            - "Allow Mozilla persona for login: "
166
            - pref: Persona
162
            - pref: Persona
167
              default: 0
163
              default: 0
168
              choices:
164
              choices:
169
                  yes: Allow
165
                  yes: "Yes"
170
                  no: "Don't Allow"
166
                  no: "No"
171
            - Mozilla persona for login
172
    Share anonymous usage statistics:
167
    Share anonymous usage statistics:
173
        -
168
        -
169
            - "Share anonymous Koha usage data with the Koha community: "
174
            - pref: UsageStats
170
            - pref: UsageStats
175
              default: 0
171
              default: 0
176
              choices:
172
              choices:
177
                  yes: Share
173
                  yes: "Yes"
178
                  no: "Don't share"
174
                  no: "No"
179
            - 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>."
180
        -
176
        -
181
            - The library name
177
            - "Use the following library name to be shown on the Hea Community website: "
182
            - pref: UsageStatsLibraryName
178
            - pref: UsageStatsLibraryName
183
            - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
184
            - If this field is empty data will be sent anonymously.
179
            - If this field is empty data will be sent anonymously.
185
            - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
186
        -
180
        -
187
            - "The country where your library is located:"
181
            - "The country where your library is located to be shown on the Hea Community website: "
188
            - pref: UsageStatsCountry
182
            - pref: UsageStatsCountry
189
            - This will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
190
            - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
191
        -
183
        -
192
            - The library URL
184
            - "The library URL to be shown on the Hea Community website: "
193
            - pref: UsageStatsLibraryUrl
185
            - pref: UsageStatsLibraryUrl
194
            - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
195
            - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
196
197
        -
186
        -
198
            - The library type
187
            - "The library type to be shown on the Hea Community website: "
199
            - pref: UsageStatsLibraryType
188
            - pref: UsageStatsLibraryType
200
              default: public
189
              default: public
201
              choices:
190
              choices:
Lines 209-221 Administration: Link Here
209
                  government: "government"
198
                  government: "government"
210
                  religiousOrg: "religious organization"
199
                  religiousOrg: "religious organization"
211
                  subscription: "subscription"
200
                  subscription: "subscription"
212
            - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
213
            - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
214
    Search Engine:
201
    Search Engine:
215
        -
202
        -
203
            - "Use following search engine: "
216
            - pref: SearchEngine
204
            - pref: SearchEngine
217
              default: Zebra
205
              default: Zebra
218
              choices:
206
              choices:
219
                Zebra: Zebra
207
                Zebra: Zebra
220
                Elasticsearch: Elasticsearch
208
                Elasticsearch: Elasticsearch
221
            - is the search engine used.
222
- 

Return to bug 16687