greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17853

Show
Ignore:
Timestamp:
2008-11-13 13:59:06 (2 months ago)
Author:
oranfry
Message:

don't validate the admin password just yet

Files:

Legend:

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

    r17849 r17853  
    8484        <page type="input" name="admin-password" displayText=""> 
    8585                <comment name="admin-password-expl"/> 
    86                 <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/> 
     86<!--            <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>--> 
     87                <text property="admin.password" defaultValue="" displayText=""/> 
    8788        </page> 
    8889        <!-- end binary release --> 
  • release-kits/mark2/installer/antinstall-config.xml

    r17849 r17853  
    8181        <page type="input" name="admin-password" displayText=""> 
    8282                <comment name="admin-password-expl"/> 
    83                 <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/> 
     83<!--            <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>--> 
     84                <text property="admin.password" defaultValue="" displayText=""/> 
    8485        </page> 
    8586 
  • release-kits/wirk2/installer/antinstall-config.xml

    r17849 r17853  
    9393        <page type="input" name="admin-password" displayText=""> 
    9494                <comment name="admin-password-expl"/> 
    95                 <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/> 
     95<!--            <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>--> 
     96                <text property="admin.password" defaultValue="" displayText=""/> 
    9697        </page> 
    9798        <!-- end binary release -->