Apache-UploadSvr
    
    
  
  
  
view release on metacpan or search on metacpan
lib/Apache/UploadSvr/User.pm view on Meta::CPAN
      password CHAR(13),
      changedon CHAR(10),
      changedby CHAR(10)
    )
C<user> corresponds to the username with which the users identify
in the authentication stage. C<email> is their email address where
the transaction tickets are delivered to. C<lastname> is their family name.
<fullname> is whatever the fullname is composed of in the local culture.
C<salut> is the salutation like C<Herr> or C<Mister>. C<lastlogin>
is the timestamp that is updated with every request. C<introduced> is
the timestamp when the user got registered (not used in this uploadserver).
C<password> is the crypted
password in the default upload server. If the authentication handler
uses a different table, then this field is not needed. C<changedon>
and C<changedby> are not used in this application, they are only used as
interesting facts for the administrator.
    CREATE TABLE perms (
      user CHAR(12),
      permitted CHAR(32)
    
  
  
  
( run in 0.350 second using v1.01-cache-2.11-cpan-0a6323c29d9 )