I use Umbraco 13.3.0 and I want to redirect my user to the start page rather than to backoffice on a successful (user) login. I have tried to hook into the UserLoginSuccessNotification and do a redirect there but it still takes me to the backoffice. Any suggestions?
I am using the Clean Starter Kit which is working well.
Except that want a Login page on the front-end.
I have already modified the Clean Starter Kit navigation menu items to remove the items I don’t need.
I have a new menu item labeled “Login”.
I need two new functionalities:
a. Take the user to the Login screen after clicking on the Login
button.
b. After the user is validated, take the user back to front end so
he can read the blog.
Please note that I will filter which blogs a member can read. But that is for another day. For now, I need 7a and 7b above.
lots of info in the docs.
7a can be as simple as a hardcoded url to /login (where you’ve created the corresponding umbraco node with login form…)
7b core functionality includes a returnUrl in the model that can be set. Member Registration and Login | Umbraco CMS
After reading through lots of advice on the web, I have decided to follow the accepted way of logging in (via the /Umbraco path). I just have to instruct my users to log in the Umbraco way.
I’ve also re-designed my Umbraco so that most users do not have to log in as they don’t need to write blogs. They just need to read blogs.