Ignore:
Timestamp:
2015-06-04T16:41:03+12:00 (9 years ago)
Author:
ak19
Message:

Admin password during installer should allow up to 20 characters. Forgot to commit from other win machine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/installer/antinstall-config.xml

    r29337 r29944  
    205205    <page type="input" name="admin-password" displayText="" ifProperty="(${set.admin.pwd}==true)" target="Configuring Administration Pages">
    206206        <comment name="admin-password-expl"/>
    207         <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,8}$"/>
     207        <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>
    208208    </page>
    209209  <!-- NO FLAX END -->
Note: See TracChangeset for help on using the changeset viewer.