fixing the config section we pull things out of for basic_auth
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 3 Jul 2013 13:09:48 +0000 (08:09 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 3 Jul 2013 13:09:48 +0000 (08:09 -0500)
mediagoblin/plugins/basic_auth/__init__.py

index a2efae92d3b713a4e9e752fe99609d5113e78419..0d3c6886eb2793c867e6391eb122a80a9d606b7d 100644 (file)
@@ -21,7 +21,7 @@ from sqlalchemy import or_
 
 
 def setup_plugin():
-    config = pluginapi.get_config('mediagoblin.pluginapi.basic_auth')
+    config = pluginapi.get_config('mediagoblin.plugins.basic_auth')
 
 
 def get_user(**kwargs):