Ignore:
Timestamp:
2012-04-03T20:41:38+12:00 (12 years ago)
Author:
ak19
Message:

GS3 password not to be between 3 and 20 chars, but between 3 and 8.

File:
1 edited

Legend:

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

    r24602 r25336  
    195195    <page type="input" name="admin-password" displayText="" ifProperty="(${enable.admin.pages}==true)" target="Configuring Administration Pages">
    196196        <comment name="admin-password-expl"/>
    197         <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>
     197        <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,8}$"/>
    198198    </page>
    199199
Note: See TracChangeset for help on using the changeset viewer.