redirect after login/signup

@anatarad Simple answer, make your own custom login and register feature in your lightbox. if they click LOGIN display login and password input boxes and by code use the .login method in the wixUsers library. If they click register add the input fields you need and use the .register method in the wixUsers library. Problem solved.