When using abp suite, there is an option to select Public web site: Creates the solution with an additional public web site project.
Is it possible to have a log in page for public website users ? Instead of them being redirected to the main Web project after they click log in ?
5 Answer(s)
- 
    0hi if you are using the separate-auth-serveroption. then the public website is a pure UI project. It has to log in via the main website. Otherwise, you can add the account module to it (Volo.Abp.Account.Pro.Public.Web) and remove theoidc
- 
    0So if I add account module on web project and connect DB to main project DB then am good ? Any guides I can follow? 
- 
    0Are you using the separate-auth-server/tieredsolution?
- 
    0I want to recreate my solution since I want to upgrade to .net 8 this week. So I will recreate based on your guidance 
- 
    0ok 
 
                                