I just changed line 24 of passwordprompt.js from this:if (confirmationDeck.selectedIndex == "1" && masterPasswordTB1.value != masterPasswordTB2.value) {
to this:if (masterPasswordTB2.value != "" && confirmationDeck.selectedIndex == "1" && masterPasswordTB1.value != masterPasswordTB2.value) {
although.. its only this simple if you dont make an option for it..