giterlizzi / dokuwiki-template-bootstrap3

Bootstrap-based template for DokuWiki
https://dokuwiki.org/template:bootstrap3
GNU General Public License v2.0
219 stars 77 forks source link

Cannot manipulate user tools menu #381

Open wilminator opened 6 years ago

wilminator commented 6 years ago

Description

I maintain the twofactor plugin. I have had a few admins complain that the user tool to manage a separate profile that my plugin adds does not appear in the user menu. I have tracked down the issue to this template not properly allowing for other modules to add to the user tool menu. I'm forking to upload a proposed patch. This occurs on both Frustrick and Greebo.

Steps to reproduce

  1. Install bootstrap3 template and make active.
  2. Install Attribute, TwoFactor, and TwoFactorEmail plugins, and enable the Twofactor plugins via the admin configuration menu. Leave the TwoFactor optinout as OptIn.
  3. Log into your wiki as any user. On the user tool menu, there should be an entry for Two Factor Profile.
  4. Change the template back to the default dokuwiki template.

Expected behavior: On the user tool menu, there should be an entry for Two Factor Profile.

Actual behavior: No entry for the user tool appears.

Versions

Screenshots or Logs

image

image

wilminator commented 6 years ago

I have posted a fix for this issue at #382. I hope it helps.