Merge remote-tracking branch 'jcamins/bug_8281_qa'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / admin.pref
1 Administration:
2 # Only used internally, omitted: FrameworksLoaded, Version
3     Interface options:
4         -
5             - Use
6             - pref: KohaAdminEmailAddress
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.)"
9         -
10             - Show
11             - pref: DebugLevel
12               default: 0
13               choices:
14                   0: "no"
15                   1: some
16                   2: lots of
17             - debugging information in the browser when an internal error occurs.
18         -
19             - pref: noItemTypeImages
20               default: 0
21               choices:
22                   yes: "Don't show"
23                   no: Show
24             - itemtype icons in the catalog.
25         -
26             - Separate columns in an exported report file with
27             - pref: delimiter
28               default: ","
29               choices:
30                   ';': semicolons
31                   tabulation: tabs
32                   ',': commas
33                   '/': slashes
34                   '\': backslashes
35                   '#': "#'s"
36             - by default.
37         -
38             - pref: virtualshelves
39               choices:
40                   yes: Allow
41                   no: "Don't allow"
42             - staff and patrons to create and view saved lists of books.
43     Login options:
44         -
45             - pref: insecure
46               default: 0
47               choices:
48                   yes: Allow
49                   no: "Don't allow"
50             - staff to access the staff client without logging in. Enabling this is dangerous, and should not be done in production environments.
51         -
52             - Automatically log out users after
53             - pref: timeout
54               class: integer
55             - seconds of inactivity. Adding d will specify it in days, e.g. 1d is timeout of one day.
56         -
57             - pref: AutoLocation
58               default: 0
59               choices:
60                   yes: Require
61                   no: "Don't require"
62             - 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).
63         # PostgreSQL is supported by CGI::Session but not by Koha.
64         -
65             - Store login session information
66             - pref: SessionStorage
67               default: mysql
68               choices:
69                   mysql: in the MySQL database.
70                   Pg: in the PostgreSQL database (not supported).
71                   tmp: as temporary files.
72                   memcached: in a memcached server.
73         -
74             - pref: IndependantBranches
75               default: 0
76               choices:
77                   yes: Prevent
78                   no: "Don't prevent"
79             - staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries.
80     CAS Authentication:
81         -
82             - pref: casAuthentication
83               default: 0
84               choices:
85                   yes: Use
86                   no: "Don't use"
87             - CAS for login authentication.
88         -
89             - pref: casLogout
90               default: 0
91               choices:
92                   yes: Logout
93                   no: "Don't Logout"
94             - of CAS when logging out of Koha.
95         -
96             - The CAS Authentication Server can be found at
97             - pref: casServerUrl
98         -
99             - Use
100             - pref: AllowPkiAuth
101               default: None
102               choices:
103                   None: "no"
104                   Common Name: the Common Name
105                   emailAddress: the emailAddress
106             - field for SSL client certificate authentication
107     Search Engine:
108         -
109             - pref: SearchEngine
110               default: Zebra
111               choices:
112                 Solr: Solr
113                 Zebra: Zebra
114             - is the search engine used.