Skip to content
Snippets Groups Projects
Commit 9ee77edb authored by kristoffer-oyen's avatar kristoffer-oyen
Browse files

added user.setPassword

parent f06a1817
Branches
No related tags found
No related merge requests found
Pipeline #72036 passed
......@@ -36,6 +36,7 @@ public class UserDAO {
user = new User();
user.setUserId(resultSet.getInt("userId"));
user.setUsername(resultSet.getString("username"));
user.setPassword(resultSet.getString("password"));
users.add(user);
}
} catch (SQLException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment