Hi. can you please describe what was the problem and how it was solved?

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.
3/1/2012 12:02:47 PM
Gravatar
Total Posts 192

Hi. can you please describe what was the problem and how it was solved?

When a user's roles are changed, the role cookie will now be updated automatically on the next authenticated page request. Previously, if you added a user to a role or removed him from a role he needed to logout and login again to get the new role cookie.

thanks in advance.

3/1/2012 12:57:27 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Hi. can you please describe what was the problem and how it was solved?

Historically in mojoPortal, when assign a role to a user, that user would have to sign out of the site and back in before he or she would have the new access. Joe added code so that it would automatically update the user's role cookie if the user's roles had changed.

To see the full list of the code and scripts that were changed for this, take a look back through the source repository to changeset 3541 on 1/6/12. The description is: "implemented automatic updating of the role cookie if a user's roles changed"

I hope that helps,

Jamie

3/2/2012 10:22:20 AM
Gravatar
Total Posts 192

Re: Hi. can you please describe what was the problem and how it was solved?

thank you very much.

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