Ignore:
Timestamp:
2009-04-22T16:44:51+12:00 (15 years ago)
Author:
oranfry
Message:

installer pages asking if the user wants to enable the admin pages and if so asking for a password, plus the necessary ant targets to make it happen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/installer/antinstall-config.xml

    r18723 r19201  
    8383    </page>
    8484
    85     <page type="input" name="admin-password" displayText="">
     85    <page type="input" name="admin-pages" displayText="">
     86        <comment name="admin-expl"/>
     87        <comment name="admin-expl-2"/>
     88        <comment name="admin-expl-3"/>
     89        <checkbox property="enable.admin.pages" displayText="" defaultValue="false"/>
     90    </page>
     91
     92    <page type="input" name="admin-password" displayText="" ifProperty="(${enable.admin.pages}==true)" target="Configuring Administration Pages">
    8693        <comment name="admin-password-expl"/>
    87 <!--        <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>-->
    88         <text property="admin.password" defaultValue="admin" displayText=""/>
     94        <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>
    8995    </page>
     96
    9097    <!-- end binary release -->
    9198
Note: See TracChangeset for help on using the changeset viewer.