Skip to content

Feature/password strength checker for aps

This PR adds the password strength checker to the APS installer screen. If it sees an input field of the type "password", it will replace that inputfield with the strength checker.

This will break if an APS package requests more than one password, because the javascript for checking doesn't allow that. But for WordPress it works.

Merge request reports