Changeset 17924


Ignore:
Timestamp:
2008-11-26T18:38:18+13:00 (15 years ago)
Author:
max
Message:

Default password is now admin.

File:
1 edited

Legend:

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

    r17853 r17924  
    4242    <!--  install destination page -->
    4343    <page type="input" name="destination" displayText="">
    44 
     44   
     45<!-- Because of Vista UAC related issues, it is now preferred to install Greenstone where the current user has full privileges -->
    4546        <directory property="installDir"
    46             defaultValue="${env.ProgramFiles}\Greenstone2"
     47            defaultValue="${env.HOMEDRIVE}\${env.HOMEPATH}\Greenstone2"
    4748            create="true"
    4849            displayText="" />
     
    9495        <comment name="admin-password-expl"/>
    9596<!--        <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>-->
    96         <text property="admin.password" defaultValue="" displayText=""/>
     97        <text property="admin.password" defaultValue="admin" displayText=""/>
    9798    </page>
    9899    <!-- end binary release -->
Note: See TracChangeset for help on using the changeset viewer.