Ignore:
Timestamp:
02/17/17 18:50:32 (7 years ago)
Author:
nanardon
Message:

Add sshPublicKey attribute to user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/User.pm

    r1950 r1953  
    12091209            wWWHomePage => { 
    12101210                label => l('Web Page'), 
     1211                formopts => { length => 35 }, 
    12111212            }, 
    12121213            title => { }, 
     
    12771278            bannedPassword => { 
    12781279                multiple => 1, 
     1280            }, 
     1281            sshPublicKey => { 
     1282                multiple => 1, 
     1283                formopts => { length => 45 }, 
    12791284            }, 
    12801285            currentEmployment => { 
Note: See TracChangeset for help on using the changeset viewer.