I need to be able to make an existing user an SuperUser. I attempted to do this by changing the attribute of the IsSuperUser value from 0 to 1 in the Users table.
This did not work in that when the new superuser is now logged in and I go to the User Accounts admin section I receive the following error:
Error: User Accounts is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Common.Utilities.HtmlUtils.formatEmail(String Email) at DotNetNuke.Modules.Admin.Users.UserAccounts.DisplayEmail(String Email) --- End of inner exception stack trace ---
SO changing this attribute is not the obvious solution to my problem. Any help would be greatly appreciated.
Thanks,
Frank