import org.mxchange.juserlogincore.container.login.UserLoginContainer;
import org.mxchange.juserlogincore.events.registration.ObservableUserRegisteredEvent;
import org.mxchange.juserlogincore.exceptions.UserPasswordRepeatMismatchException;
-import org.mxchange.juserlogincore.login.UserLoginUtils;
+import org.mxchange.juserlogincore.utils.UserLoginUtils;
/**
* A user bean (controller)
import org.mxchange.juserlogincore.events.logout.UserLogoutEvent;
import org.mxchange.juserlogincore.events.registration.ObservableUserRegisteredEvent;
import org.mxchange.juserlogincore.events.user.password_change.ObservableUpdatedUserPasswordEvent;
-import org.mxchange.juserlogincore.login.UserLoginUtils;
+import org.mxchange.juserlogincore.utils.UserLoginUtils;
/**
* A web bean for user registration
import org.mxchange.juserlogincore.events.user.password_change.ObservableUpdatedUserPasswordEvent;
import org.mxchange.juserlogincore.events.user.password_change.UpdatedUserPasswordEvent;
import org.mxchange.juserlogincore.exceptions.UserPasswordMismatchException;
-import org.mxchange.juserlogincore.login.UserLoginUtils;
+import org.mxchange.juserlogincore.utils.UserLoginUtils;
/**
* A user password (change) bean (controller)
import org.mxchange.juserlogincore.events.registration.UserRegisteredEvent;
import org.mxchange.juserlogincore.events.user.password_change.ObservableUpdatedUserPasswordEvent;
import org.mxchange.juserlogincore.events.user.password_change.UpdatedUserPasswordEvent;
-import org.mxchange.juserlogincore.login.UserLoginUtils;
import org.mxchange.juserlogincore.model.user.register.UserRegistrationSessionBeanRemote;
+import org.mxchange.juserlogincore.utils.UserLoginUtils;
/**
* A web bean for user registration