5354555657585960616263
// create new user in the database try { new UserAccount(login.getUser(), passwordHash); } catch (Exception e) { throw new RegistrationException(); } return login; }