Ignore:
Timestamp:
03/30/10 22:43:40 (14 years ago)
Author:
nanardon
Message:
  • add functions to find already expired account
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Maintenance.pm

    r789 r850  
    1919 
    2020sub find_next_expire_users { 
     21    # Do not replace this code by $base->find_next_expire_users 
     22    # it does not exctly the same thing 
    2123    my ($self, $expire) = @_; 
    2224    my $base = $self->_base; 
     
    177179} 
    178180 
     181sub find_expired_users { 
     182    my ($self, $expire) = @_; 
     183    $self->_base->find_expired_users($expire); 
     184} 
     185 
    179186sub generate_rsa_key { 
    180187    my ($self, $password) = @_; 
Note: See TracChangeset for help on using the changeset viewer.