Base solution for your next web application
Open Closed

[Question[ User site and Admin site. #8194


User avatar
0
dev.touchpoint created

Hi, me and my team are using non-core ASP.NET Zero Version 5.6.0 (ASP.NET MVC 5 & AngularJs 1.x).

We are wondering how to implement so call User site and Admin site, which means:

  1. If a user login, system will directs the user to User site
  2. If admin login, system will directs admin to Admin site.

Thanks, Kenny.


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    You can change returnUrl according to user type(user or admin) after successful login.

  • User Avatar
    0
    dev.touchpoint created

    Hi maliming,

    Thanks for the quick response.

    Thanks, Kenny.