Updated
I wanted to create a customized sign in page that would allow 2 type of customer to create an account with different roles.
It turns out that even when I use the inbuilt auth_signup module, the user_navbar is not visible as well.
I then found out that you actually need to add the website.user_navbar under the group's view if using auth_signup module.
But my problem still remains that my user still cannot view the website.user_navbar and nagivate to the respective application when login.
BR,
Gavin