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/wirk2/installer/antinstall-config.xml

    r18723 r19201  
    9393    </page>
    9494
    95     <page type="input" name="admin-password" displayText="">
     95    <page type="input" name="admin-pages" displayText="">
     96        <comment name="admin-expl"/>
     97        <comment name="admin-expl-2"/>
     98        <comment name="admin-expl-3"/>
     99        <checkbox property="enable.admin.pages" displayText="" defaultValue="false"/>
     100    </page>
     101
     102    <page type="input" name="admin-password" displayText="" ifProperty="(${enable.admin.pages}==true)" target="Configuring Administration Pages">
    96103        <comment name="admin-password-expl"/>
    97 <!--        <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>-->
    98         <text property="admin.password" defaultValue="admin" displayText=""/>
     104        <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>
    99105    </page>
     106
     107
    100108    <!-- end binary release -->
    101109
Note: See TracChangeset for help on using the changeset viewer.