Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Dokuwiki app 1.6.0

    Dokuwiki
    2
    2
    193
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • fbartels
      fbartels App Dev last edited by

      Just as an FYI the app update of Dokuwiki to 1.6.0 cut my own (and only active user of Dokuwiki) off from my protected pages. Since that user was an admin I did not set explicit access permissions for it.

      Adding the following two lines to local.php restored access:

      $conf['plugin']['authldap']['mapping']['grps']  = array('memberof' => '/CN=(.+?),/i');
      $conf['superuser']   = '@admins';
      
      1 Reply Last reply Reply Quote 0
      • nebulon
        nebulon Staff last edited by

        Thanks for the heads up and the workaround!

        The last update explicitly removed the admin status propagation from Cloudron user accounts to the app. This is done to unify how user accounts get permissions assigned within all apps. The idea is, that the Cloudron admin status is not carried over to apps, since apps have too many different concepts what an admin is and is not.

        I guess there is no good way without requiring manual permission changes to move to this new understanding what admin means on Cloudron.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        Powered by NodeBB