greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17924

Show
Ignore:
Timestamp:
2008-11-26 18:38:18 (1 month ago)
Author:
max
Message:

Default password is now admin.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 -->