Bug 15101: Correct typo AllowPkiAuth vs AllowPKIAuth
[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            - Use
11            - pref: ReplytoDefault
12              class: email
13            - "as the email address that will be set as the replyto in emails"
14         -
15            - Use
16            - pref: ReturnpathDefault
17              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)."
19         -
20             - Show
21             - pref: DebugLevel
22               default: 0
23               choices:
24                   0: "no"
25                   1: some
26                   2: lots of
27             - debugging information in the browser when an internal error occurs.
28         -
29             - pref: noItemTypeImages
30               default: 0
31               choices:
32                   yes: "Don't show"
33                   no: Show
34             - itemtype icons in the catalog.
35         -
36             - Separate columns in an exported CSV file with
37             - pref: delimiter
38               default: ","
39               choices:
40                   ';': semicolons
41                   tabulation: tabs
42                   ',': commas
43                   '/': slashes
44                   '\': backslashes
45                   '#': "#'s"
46             - by default.
47         -
48             - pref: virtualshelves
49               choices:
50                   yes: Allow
51                   no: "Don't allow"
52             - staff and patrons to create and view saved lists of books.
53     Login options:
54         -
55             - Automatically log out users after
56             - pref: timeout
57               class: integer
58             - seconds of inactivity. Adding d will specify it in days, e.g. 1d is timeout of one day.
59         -
60             - pref: AutoLocation
61               default: 0
62               choices:
63                   yes: Require
64                   no: "Don't require"
65             - 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).
66         -
67             - pref: SessionRestrictionByIP
68               default: 1
69               choices:
70                   yes: Enable
71                   no: "Disable"
72             - check for change in remote IP address for session security. Disable only when remote IP address changes frequently.
73         # PostgreSQL is supported by CGI::Session but not by Koha.
74         -
75             - Store login session information
76             - pref: SessionStorage
77               default: mysql
78               choices:
79                   mysql: in the MySQL database.
80                   Pg: in the PostgreSQL database (not supported).
81                   tmp: as temporary files.
82                   memcached: in a memcached server.
83         -
84             - pref: IndependentBranches
85               default: 0
86               choices:
87                   yes: Prevent
88                   no: "Don't prevent"
89             - staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries.
90         -
91             - pref: IndependentBranchesPatronModifications
92               default: 0
93               choices:
94                   yes: Prevent
95                   no: "Don't prevent"
96             - staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries.
97     CAS authentication:
98         -
99             - pref: casAuthentication
100               default: 0
101               choices:
102                   yes: Use
103                   no: "Don't use"
104             - CAS for login authentication.
105         -
106             - pref: casLogout
107               default: 0
108               choices:
109                   yes: Logout
110                   no: "Don't Logout"
111             - of CAS when logging out of Koha.
112         -
113             - The CAS Authentication Server can be found at
114             - pref: casServerUrl
115     SSL client certificate authentication:
116         -
117             - Use
118             - pref: AllowPKIAuth
119               default: None
120               choices:
121                   None: "no"
122                   Common Name: the Common Name
123                   emailAddress: the emailAddress
124             - field for SSL client certificate authentication
125     Mozilla Persona:
126         -
127             - pref: Persona
128               default: 0
129               choices:
130                   yes: Allow
131                   no: "Don't Allow"
132             - Mozilla persona for login
133     Share anonymous usage statistics:
134         -
135             - pref: UsageStats
136               default: 0
137               choices:
138                   yes: Share
139                   no: "Don't share"
140             - 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.
141         -
142             - The library name
143             - pref: UsageStatsLibraryName
144             - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
145             - If this field is empty data will be sent anonymously.
146             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
147         -
148             - "The country where your library is located:"
149             - pref: UsageStatsCountry
150             - This will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
151             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
152         -
153             - The library URL
154             - pref: UsageStatsLibraryUrl
155             - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
156             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
157
158         -
159             - The library type
160             - pref: UsageStatsLibraryType
161               default: public
162               choices:
163                   public: "public"
164                   school: "school"
165                   academic: "academic"
166                   research: "research"
167                   private: "private"
168                   societyAssociation: "society or association"
169                   corporate: "corporate"
170                   government: "government"
171                   religiousOrg: "religious organization"
172                   subscription: "subscription"
173             - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
174             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"