Skip to content

Force equal passwords in APS installer before form can be posted

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.

Merge request reports