Disabling Save Password and Auto Login

Would it be possible for ignite to create a full windows msi build with the two modifications listed below? These two settings have likely caused some businesses to be unable to use this software due to company policies. Ideally this could be part of the client control plugin for openfire. I have created a build and tested it with these settings. With the two boxes hidden it is still possible to add the autologin/save password nformation to the spark.properties file under the user’s profile. Unfortunately, I lack the software/funds to bundle the VM and create a proper installer with my own branded build.

/src/java/org/jivesoftware/LoginDialog.java

Line 740 in current spark trunk: autoLoginBox.setVisible set to false

Line 743 in current spark trunk: savePasswordBox.setVisible set to false