The 'repeat password' field on the APS installer page does not enforce the inputted passwords to be equal. This PR fixes that problem by adding the class positive
to the submit button. This makes the javascript only enable the submit button if the passwords are equal.