Change to using the merged Directory as the User store
Jess Robinson [Mon, 21 May 2012 13:04:44 +0000 (13:04 +0000)]
lib/stemmaweb.pm

index 3366055..b7f1c85 100644 (file)
@@ -67,7 +67,7 @@ __PACKAGE__->config(
             },
             store => {
                 class => 'Model::KiokuDB',
-                model_name => 'User',
+                model_name => 'Directory',
             },
         },
         openid => {