Skip to content

Commit

Permalink
[#1943] Removed example config from who.ini.
Browse files Browse the repository at this point in the history
All config should be centralized to the .ini files.
  • Loading branch information
brew committed Nov 20, 2014
1 parent 47e5d9b commit 296c3b2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ckan/config/who.ini
Expand Up @@ -3,14 +3,6 @@ use = ckan.lib.auth_tkt:make_plugin
# If no secret key is defined here, beaker.session.secret will be used
#secret = somesecret

# If no timeout or reissue_time is defined here, who.timeout and
# who.reissue_time will be used.
# Timeout set in seconds before a non-active session expires (optional).
#timeout = 86400 ;One day
# Time before a session ticket is reissued (optional). If not defined,
# this will be set to 1/10th the timeout value.
#reissue_time = 8640

[plugin:friendlyform]
use = repoze.who.plugins.friendlyform:FriendlyFormPlugin
login_form_url= /user/login
Expand Down

0 comments on commit 296c3b2

Please sign in to comment.