MantisBT: master-1.2.x cc619820

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2011-12-19 04:29 master-1.2.x 9781b61d
Affected Issues  0013690: When using LDAP, administrator can't reset "failed_login_count" any more
Changeset

Add Account Unlock button to manage_user_edit_page.php

The button is displayed when it is not possible to reset the user's
password as defined by custom function auth_can_change_password(),
$g_max_failed_login_count > 0 and the user's failed login count is
higher than this threshold.

Prior to this, in the case where it is not possible to reset a user's
password and $g_max_failed_login_count > 0, the administrator's only
way to reset the failed login count was direct SQL update. This was
introduced by commit 3eaa71f7711be41610fedb2d53506483261d8351.

Fixes 0013690

mod - lang/strings_english.txt Diff File
mod - manage_user_edit_page.php Diff File
mod - manage_user_reset.php Diff File