This plugin for MantisBT allows administrators to set a new password directly on the Edit User page.
Works with MantisBT 2.*. Tested with MantisBT 2.22.0
This plugin is actually not 100% compatible with MantisBT 2.x, and in its current state will only work properly in instances where Content Security Policy is either disabled or customized to allow inline scripts, which is not recommended by the MantisBT team for obvious security reasons.
Fixing this issue is a work in progress, but currently stalled due to lack of availability of the plugin's maintainer. Please refer to PR #2 for further details. If you are able to contribute to finalizing this work, your contribution will be appreciated.
- MantisBT 1.2.x - use version 0.1.2
- MantisBT 1.3.x - no available compatible version
If you installed this plugin, you get a password input field on manage_user_edit_page.php
and a button to set the new password - that's all.
No configuration options, no config page. And nothing to patch in your mantis installation.
File a bug report or ask questions on GitHub.
- Ready for MantisBT Version 2.*
- Removed trailing
1
caused by return value of include function
- Initial release by Heiko Schneider-Lange