Skip to content

Commit

Permalink
re-add challengers
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Sep 4, 2023
1 parent 33b316b commit 82ee19a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sddi-base/who.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ use = repoze.who.plugins.use_beaker:make_plugin
key_name = ckan_session
delete_on_logout = True

[plugin:auth_tkt]
use = ckan.lib.repoze_plugins.auth_tkt:make_plugin
# If no secret key is defined here, beaker.session.secret will be used
#secret = somesecret

[general]
request_classifier = repoze.who.classifiers:default_request_classifier
challenge_decider = repoze.who.classifiers:default_challenge_decider


[plugin:friendlyform]
use = ckan.lib.repoze_plugins.friendly_form:FriendlyFormPlugin
login_form_url= /user/login
Expand All @@ -22,3 +32,7 @@ plugins =
plugins =
ckanext.security.authenticator:CKANLoginThrottle
ckanext.security.authenticator:BeakerRedisAuth

[challengers]
plugins =
friendlyform;browser

0 comments on commit 82ee19a

Please sign in to comment.