Mercurial > moin > 1.9
changeset 2021:927e97ed7d7c
fix wrong default for trusted_auth_methods
author | Johannes Berg <johannes AT sipsolutions DOT net> |
---|---|
date | Sat, 21 Apr 2007 15:25:04 +0200 |
parents | 1b0629547090 |
children | c9a295039bf7 |
files | MoinMoin/config/multiconfig.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Sat Apr 21 15:23:53 2007 +0200 +++ b/MoinMoin/config/multiconfig.py Sat Apr 21 15:25:04 2007 +0200 @@ -221,7 +221,7 @@ # default to http and xmlrpc_applytoken to get old semantics # xmlrpc_applytoken shall be removed once that code is changed # to have proper session handling and use request.handle_auth() - trusted_auth_methods = ['xmlrpc_applytoken'] + trusted_auth_methods = ['http', 'xmlrpc_applytoken'] session_handler = session.DefaultSessionHandler() backup_compression = 'gz'