greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17824

Show
Ignore:
Timestamp:
2008-11-12 12:41:58 (2 months ago)
Author:
oranfry
Message:

validate the password in installer

Files:

Legend:

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

    r17788 r17824  
    8383        <page type="input" name="admin-password" displayText=""> 
    8484                <comment name="admin-password-expl"/> 
    85                 <text property="admin.password" defaultValue="" displayText=""/> 
     85                <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/> 
    8686        </page> 
    8787        <!-- end binary release --> 
  • release-kits/mark2/installer/antinstall-config.xml

    r17817 r17824  
    7272        <page type="input" name="admin-password" displayText=""> 
    7373                <comment name="admin-password-expl"/> 
    74                 <text property="admin.password" defaultValue="" displayText=""/> 
     74                <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/> 
    7575        </page> 
    7676 
  • release-kits/wirk2/installer/antinstall-config.xml

    r17786 r17824  
    8585        <page type="input" name="admin-password" displayText=""> 
    8686                <comment name="admin-password-expl"/> 
    87                 <text property="admin.password" defaultValue="" displayText=""/> 
     87                <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/> 
    8888        </page> 
    8989        <!-- end binary release -->