Handle invalid account registration
Empty username raises an IllegalArgumentException
and I guess we can just check if the username is empty before continuing.
The password strength calculator should be used before accepting a password.
Empty username raises an IllegalArgumentException
and I guess we can just check if the username is empty before continuing.
The password strength calculator should be used before accepting a password.