Even with "No Request New Password" module enabled.

Comments

rmcom’s picture

Title: Request new password doesnt dissapers » Request new password does not disappear
Issue summary: View changes
rmcom’s picture

This is due to a wrong parameter in line 173 of the code:

It currently is:
if(!module_exists('noreqnewpass') || !variable_get('noreqnewpass_disabled', FALSE))

It should be/works with:

if(!module_exists('noreqnewpass') || !variable_get('noreqnewpass_disabled', TRUE))

rmcom’s picture

Component: User interface » Code
Category: Support request » Bug report
Status: Active » Patch (to be ported)

Issue fixed above, please commit to new version.

jaypan’s picture

Status: Patch (to be ported) » Fixed

I've backported 7.x-3.0 to D6, as the 6.x-2.x branch. As the method was a complete overhaul, rather than an upgrade of the 6.x-1.x branch, patches will not work. I believe that due to the methods I used in building this branch, the problem you were having should not be an issue. Please upgrade and test. If the problem still remains, please re-open this issue and update the version to 6.x-2.x.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.