You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
if (!stringIsValid(password) || !stringIsValid(confirmationPassword))
110
+
thrownewUserNotRegisteredException("Wanted to change password, but password was not valid.");
111
+
107
112
if (!passwordIsValid(password))
108
113
thrownewUserNotRegisteredException("Password needs to be at least 8 characters long and, contains at least one uppercase and lowercase letter and a number.");
assertEquals("User could not be registered. Password needs to be at least 8 characters long and, contains at least one uppercase and lowercase letter and a number.", ex.getMessage());
0 commit comments