nicolasprigent / Dokuwiki-Kiwiki-Theme

Flex theme for Dokuwiki
https://www.dokuwiki.org/template:kiwiki
GNU General Public License v2.0
9 stars 3 forks source link

Missing Edit-Button when authenticated with authldap #14

Closed christianprim closed 10 months ago

christianprim commented 10 months ago

If a user is authenticated with authplain (standard), he can edit pages by clicking on the little pen-button on the top of the page content.

See: Screenshot 2023-11-22 19 36 28

If the user is authenticated with the ldap-server (authldap), the buttons are missing. He can use the menu-entry to edit a page, but it's not as easy.

See: Screenshot 2023-11-22 19 38 27

nicolasprigent commented 10 months ago

hello @christianprim , I'm not really familiar with ldap authentification, and I don't know how to test it. Are you sure that Access control is correctly configured ?

nicolasprigent commented 10 months ago

In my code, only admins have access to this icon, I'll maybe check for permissions instead, I think it's why it doesn't show up

nicolasprigent commented 10 months ago

Ok, I think I'll make an update, I'm checking permissions instead of only checking if it's an admin. Please reinstall the theme and let me know if that works.

christianprim commented 10 months ago

It works! Many thanks.

nicolasprigent commented 10 months ago

Great thanks for the test ;)