logger.info(strings.get("new.adminpw.prompt"));
String npw = super.getPassword(npwo, null, true);
if (npw == null) {
throw new CommandException(strings.get("no.console"));
}
ar.updateUser(auser, auser, npw.toCharArray(), null);
ar.persist();
}
} catch (IOException ioe) {
throw new CommandException(ioe);
}