MantisBT: master-1.2.x 3eaa71f7

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2011-07-12 05:34 master-1.2.x d1d05b91
Affected Issues  0012998: Reset Button with HTTP_AUTH authentication
Changeset

Fix 0012998: Password reset button should be hidden for HTTP_AUTH method

If MantisBT is configured with the HTTP_AUTH method for user
authentication, passwords cannot be reset by MantisBT. The passwords are
managed externally to MantisBT in this instance.

Therefore do not offer managers the ability to reset passwords when
HTTP_AUTH is set as the authentication mechanism.

Thanks to Tino Böhme for reporting this issue and providing a patch.

mod - manage_user_reset.php Diff File
mod - manage_user_edit_page.php Diff File