/[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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23 by dpavlin, Mon Mar 17 13:02:50 2008 UTC revision 27 by dpavlin, Mon Mar 17 21:30:59 2008 UTC
# Line 22  use A3C::Record schema { Line 22  use A3C::Record schema {
22    
23          column cn =>          column cn =>
24                  label is _('Ime i prezime'),                  label is _('Ime i prezime'),
25                  type is 'virtual';                  is virtual;
26    
27          column sn =>          column sn =>
28                  type is 'virtual',                  is virtual,
29                  label is _('Prezime'),                  label is _('Prezime'),
30                  is mandatory;                  is mandatory;
31    
32          column givenName =>          column givenName =>
33                  type is 'virtual',                  is virtual,
34                  label is _('Ime'),                  label is _('Ime'),
35                  is mandatory;                  is mandatory;
36    
# Line 312  use A3C::Record schema { Line 312  use A3C::Record schema {
312          column homeDirectory =>          column homeDirectory =>
313                  label is _('home');                  label is _('home');
314    
         column objectClass =>  
                 type is 'virtual';  
   
315  };  };
316    
317  # we don't use following mixing because it wants to send notificaitons on e-mail address change  # we don't use following mixing because it wants to send notificaitons on e-mail address change

Legend:
Removed from v.23  
changed lines
  Added in v.27

  ViewVC Help
Powered by ViewVC 1.1.26