Require members to use Strong passwords based on required characters.
This function checks to make sure the user has submitted a strong password by checking for length, lowercase/uppercase, numbers, special characters, and matching username. Developers can alter the requirements by commenting out certain checks as well as adjust or remove the hint added to the password field on the checkout page.