Navigation menu item conditional visibility

0
Hi everyone, I just created a login system for my app. (Anonymous users are allowed = seperate role). Is it possible to hide the login-button from the navigation menu when a person is logged in?  Thank you in advance!
asked
3 answers
0

If you put a microflow behind the navigation item and only allow the anonymous user on this, then I shouldnt be shown to other users.

answered
0

Yes everyone can see the button when they enter the application (they will have user role anonymous at that point). When they login they will have another user role (e.g. User) and they will no longer see this button.

I think however, that the standard ‘sign in’ button also provides this functionality.

answered
0

If you have a Anonymous user role, you have also a custom login page. Is that correct?

In that case you can change the properties of the custom login page. 
Navigation > Visible for: Only Anonymous

Success!

answered