Custom roles getting overwritten

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
4/9/2012 7:11:33 PM
Gravatar
Total Posts 15

Custom roles getting overwritten

What operating system? Windows Server Datacenter SP2

What database platform? MSSQL 2008

What version of mojoPortal? 2.3.7.5

Steps to produce the problem, expected results, actual results

1. Create a custom role

2. Assign User(s) to the role

3. Set upload permissions in the main Site Settings Security tab to new role

4. Set edit permissions on a module (Blog module in this case).

5. Wait a few days

6. Check permissions and they are cleared (Not what I would expect)

Anyone have any ideas what might be causing this? It's hard to reproduce the exact thing that is resetting the permissions. Nobody is going into the Admin section to change anything between steps 4 and 6. They just magically get reset.

I've looked through the log files and can't seem to see anything wrong, though this is a pretty high traffic site.

Any help would be appreciated.

Thanks!

James

4/12/2012 10:16:27 AM
Gravatar
Total Posts 18439

Re: Custom roles getting overwritten

If no-one is doing it through the UI then somone or some process must be changing it in the database.

If you are setting the edit permission on the module rather than the page I would inspect the AuthorizedEditRoles field in the row corresponding to the moduleid in the mp_Modules table immediately after editing and again after you see the change in the ui. If you are setting it on the page I would look at the row in mp_Pages corresponding to the page id

Hope that helps,

Joe

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