Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 199024f

Browse files
committed
[ckan#4796] Mention who.ini change in the README
1 parent 1bb82d8 commit 199024f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.rst

+18
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@ Changelog
1010
v.2.9.0 TBA
1111
==================
1212

13+
* This version requires changes to the ``who.ini`` configuration file. If your
14+
setup doesn't use the one bundled with this repo, you will have to manually
15+
change the following lines::
16+
17+
use = ckan.lib.auth_tkt:make_plugin
18+
19+
to::
20+
21+
use = ckan.lib.repoze_plugins.auth_tkt:make_plugin
22+
23+
And also::
24+
25+
use = repoze.who.plugins.friendlyform:FriendlyFormPlugin
26+
27+
to::
28+
29+
use = ckan.lib.repoze_plugins.friendly_form:FriendlyFormPlugin
30+
1331
* When upgrading from previous CKAN versions, the Activity Stream needs a
1432
migrate_package_activity.py running for displaying the history of dataset
1533
changes. This can be performed while CKAN is running or stopped (whereas the

0 commit comments

Comments
 (0)