Page will display for public users only not for logged in users.

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/1/2013 8:54:37 AM
Gravatar
Total Posts 5

Page will display for public users only not for logged in users.

I have a page for example the page name is "Contact Us". This page should display only for all users except some user defined roles like "Consignee".

This "Consignee" user role is created by me.

 

But, Now this page menu is display for all users especially for my "Consignee" Users.

 

I have just checked the role for "All Users". Please help me.

4/1/2013 9:47:13 AM
Gravatar
Total Posts 18439

Re: Page will display for public users only not for logged in users.

Page view permissions allow users in allowed roles. We do not have any mechanism for allow all except some specific role. All Users means all users regardless of roles. Selecting a role name like a custom role name means allow that role not disallow it.

If a user is in a role that does not have view permissions on a page then he cannot view the page. But if All Users is allowed then it doesn't matter what other roles are allowed, All Users means all users even unauthenticated users. We have no mechanism for allow all users except for some role.

You must sign in to post in the forums. This thread is closed to new posts.