projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
99053f4
)
Change to using the merged Directory as the User store
Jess Robinson [Mon, 21 May 2012 13:04:44 +0000 (13:04 +0000)]
stemmaweb/lib/stemmaweb.pm
patch
|
blob
|
blame
|
history
diff --git
a/stemmaweb/lib/stemmaweb.pm
b/stemmaweb/lib/stemmaweb.pm
index
3366055
..
b7f1c85
100644
(file)
--- a/
stemmaweb/lib/stemmaweb.pm
+++ b/
stemmaweb/lib/stemmaweb.pm
@@
-67,7
+67,7
@@
__PACKAGE__->config(
},
store => {
class => 'Model::KiokuDB',
- model_name => 'User',
+ model_name => 'Directory',
},
},
openid => {