I integrated users with existing asp.net application and DNN 4.4.0 with making views and sysnonyms.
I updated the DNN to 4.5.5, but Super User (and admin) lost almost part of control at sometime.
Super User can:
see all menu of Admin and Host.
see all activities. (ex: Pages, File Manager, Site Log, Portals, Module Definitions, etc.)
add, delete or modify the page.
change the permission of page.
etc.
Super User (and admin) can NOT:
change any settings of activities in Admin and Host menu. (ex: Site Setting, Pages, File Manager, Host Settings, Portals, Module Definitions, etc)
even see the action link at bottom of modules with DNN normal container. (ex: “Add New Portal”, “Export Portal Template” and “Delete Expired Portals” links in Host > Portals, “Install New Module” and “Create New Module” links in Module Definitions)
IsSuperUser in User table is TRUE.
UserID
|
Username
|
FirstName
|
LastName
|
IsSuperUser
|
AffiliateId
|
Email
|
DisplayName
|
UpdatePassword
|
1
|
|
Admin
|
Host
|
TRUE
|
NULL
|
XX@gmail.com@gmail.
|
|
FALSE
|
When I tested the integration with new installlation, It works with no problem. Integrated Super User can do anything. So I copyed the data to new installed DNN, but some thing It looks there is some wrong setting in database.
I'm stacking with this proble for 3 month. If you don’t know the reason exactly, please give me know any hint. For example, the bottom links part is checking this part of DB to show… etc.