X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=stemmaweb%2Flib%2Fstemmaweb%2FModel%2FUser.pm;h=f10b204ddb059da8904a78c13ef115a48120f8e0;hb=4dbd098b6a7d334cbda64e4ca5d3d7aca8bbc86e;hp=a987ccd09afe35428961e76ebd56a81c941decdf;hpb=031a15f48238c07d47fbbe16b0f46ce424c2e2b9;p=scpubgit%2Fstemmatology.git diff --git a/stemmaweb/lib/stemmaweb/Model/User.pm b/stemmaweb/lib/stemmaweb/Model/User.pm index a987ccd..f10b204 100644 --- a/stemmaweb/lib/stemmaweb/Model/User.pm +++ b/stemmaweb/lib/stemmaweb/Model/User.pm @@ -8,6 +8,8 @@ extends 'Catalyst::Model::KiokuDB'; has '+model_class' => ( default => 'Text::Tradition::UserStore' ); +1; + =head1 NAME stemmaweb::Model::User - User/Auth KiokuDB model for stemmaweb @@ -46,5 +48,3 @@ stores the Users alongside the Traditions. To replace the source of users for authentication, add the configuration shown in the L to your stemmaweb.conf file, and adjust as necessary. - -1;