Changeset 25328 for main/trunk


Ignore:
Timestamp:
2012-04-02T19:25:51+12:00 (12 years ago)
Author:
ak19
Message:

Minor changes, removed debugging statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/ChangePwdUsersDB.java

    r25317 r25328  
    2828   
    2929    if (args.length!=3){
    30         System.out.println("Usage: java org.greenstone.gsdl3.ModifyUsersDB <full_path_of_the_usersDB> <username> <password>");
     30        System.out.println("Usage: java org.greenstone.gsdl3.ChangePwdUsersDB <full_path_of_the_usersDB> <username> <password>");
    3131        System.exit(0);
    3232    }
     
    6060        // This ensures that the password generated for a string remains consistent
    6161        password = Authentication.hashPassword(password);
    62         System.err.println("**** Password: " + password);
    63         //password = new String(PropertiesStep.encrypt(password.toCharArray())); // see org/greenstone/admin/guiext/PropertiesStep.java
     62        //System.err.println("**** Password: " + password);
    6463       
    6564        //System.err.println("**** " + username + " " + password + " " + groups + " " + accountstatus + " " + comment + " " + email);
Note: See TracChangeset for help on using the changeset viewer.