X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstemmaweb%2FModel%2FUser.pm;h=f10b204ddb059da8904a78c13ef115a48120f8e0;hb=19262e3d762f72b5117ab926bbedd81522a0ac32;hp=a987ccd09afe35428961e76ebd56a81c941decdf;hpb=ede2f5bff95d2bb792aac47933e3ab00fde6305a;p=scpubgit%2Fstemmaweb.git diff --git a/lib/stemmaweb/Model/User.pm b/lib/stemmaweb/Model/User.pm index a987ccd..f10b204 100644 --- a/lib/stemmaweb/Model/User.pm +++ b/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;