/[A3C]/lib/A3C/Model/User.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /lib/A3C/Model/User.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 69 - (show annotations)
Thu Apr 10 20:08:01 2008 UTC (15 years, 11 months ago) by dpavlin
File size: 379 byte(s)
replaced Jifty::Plugin::AuthLDAPLogin with internal Jifty::Plugin::Authentication::Ldap
1 use strict;
2 use warnings;
3
4 package A3C::Model::User;
5 use Jifty::DBI::Schema;
6
7 use A3C::Record schema {
8
9 column is_person =>
10 refers_to A3C::Model::Person;
11
12 };
13
14 use Jifty::Plugin::User::Mixin::Model::User;
15 #use Jifty::Plugin::Authentication::Password::Mixin::Model::User;
16 use Jifty::Plugin::Authentication::Ldap::Mixin::Model::User;
17
18 # Your model-specific methods go here.
19
20 1;
21

  ViewVC Help
Powered by ViewVC 1.1.26