public String[] getUserConfig(String name) {
   User user = getUser(name);
   return user.getConfig();
 }