Currently, the password strength validation is only enforced during the login process within AccountService.authenticate. However, the core account creation method, AccountService.create_account, does ...