Ignore:
Timestamp:
10/01/19 19:16:21 (5 years ago)
Author:
nanardon
Message:

Add lock/banpasswd functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Cli/Context.pm

    r2245 r2285  
    3333has TransStarted => ( is => 'rw', isa => 'Bool', default => 0 ); 
    3434has base => ( is => 'ro' ); 
     35has La => ( is => 'ro' ); 
    3536has Out => ( is => 'ro' ); 
     37has Interractive => ( is => 'rw', isa => 'Bool', default => 1 ); 
    3638 
    3739=head1 FUNCTIONS 
Note: See TracChangeset for help on using the changeset viewer.