7172737475767778798081
out.flush(); out.close(); return; } // :: Match password if(user.comparePassword(pwd)) { session.setAttribute("user", user); // Dashboard : 0 // Profile : 1 // Admin : 2 if(user.isEnabled()) {