Role Based Provider permissions not working in DNN 2.1.2

Last post 06-11-2005, 4:05 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  06-11-2005, 10:24 AM 7480

    Role Based Provider permissions not working in DNN 2.1.2

    You've given us a way to set up default configurations for different  user groups in DNN 2.1.2 by changing the web.config thusly:
        Admin_AutoConfigure = "Full"
        Admin_SecurityPolicyFile = "admin.config"
        Admin_DisableItemList = ""
        Admin_AllowPasteHtml = "true"
        Admin_EditorOnPaste  = "default"
        Admin_ReadOnly = "false"
        Admin_ShowBottomBar ="true"
        Admin_ShowHtmlMode = "false"
        Admin_ShowPreviewMode = "true"   
        Registered_AutoConfigure = "Full"
        Registered_SecurityPolicyFile = "admin.config"
        Registered_DisableItemList = ""
        Registered_AllowPasteHtml = "true"
        Registered_EditorOnPaste  = "default"
        Registered_ReadOnly = "false"
        Registered_ShowBottomBar ="true"
        Registered_ShowHtmlMode = "false"
        Registered_ShowPreviewMode = "true"                               
        Guest_AutoConfigure = "Full"
        Guest_SecurityPolicyFile = "admin.config"
        Guest_DisableItemList = ""
        Guest_AllowPasteHtml = "true"
        Guest_EditorOnPaste  = "default"
        Guest_ReadOnly = "false"
        Guest_ShowBottomBar ="true"
        Guest_ShowHtmlMode = "true"
        Guest_ShowPreviewMode = "true"

    Great idea!

    1. The admin secton really only applies to the HOST, or Super User. This may be by design, but is not intuitive. Seems like it should apply to all admins for the portal.
    2. When I change the Registered Autoconfigure = "Full", this does not seem to work. It still only shows the Simple configuration for any registered users.
    3. Same issue with the Guest configuration. In order for registered users to see a full menu, I have to change the Guest Configuration to show a Full menu (Guest_AutoConfigure = "Full").
    Also- do you have a place online that give some hints how to edit the sourcecode to customize the install so that different roles will see different toolbars and admin configurations?


  •  06-11-2005, 4:05 PM 7489 in reply to 7480

    Re: Role Based Provider permissions not working in DNN 2.1.2

    dsmajor,
     
    Please download the latest provider from:
     
     
    That will resolve your problems.
     
    >>Also- do you have a place online that give some hints how to edit the sourcecode to customize the install so that different roles will see different toolbars and admin configurations?

    No, we will write some articles soon to explain how to understand the source code and how to modify it to meet your own requirements.



    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML