Changeset 1953


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

Add sshPublicKey attribute to user

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Model/AttrForms.pm

    r1945 r1953  
    2929            endcircuit 
    3030            locked 
     31            sshPublicKey 
    3132            snNative 
    3233            givenNameNative 
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Model/AttrFormsA.pm

    r1785 r1953  
    241241        $self->escape($name || $self->htmlname), 
    242242        $self->escape($value), 
    243         $self->form_option('length') || 30, 
     243        $self->form_option('length') || 20, 
    244244    ); 
    245245 
  • 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.