Closed (fixed)
Project:
Force Password Change
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2012 at 06:59 UTC
Updated:
10 Dec 2015 at 23:15 UTC
Jump to comment: Most recent
Comments
Comment #1
jmann8888 commentedand a 7.14 install
Comment #2
jmann8888 commentedhere is a fix
open force_password_change.module
replace line 421 with
if(isset($form['account']))on line 442 make a return then on line 442 add
if(isset($use_form['pass'])) {on line 445 add
}problem solved :)
Comment #3
modiphier commentedgreat.. nice fix. thanks why hasn't it been added?
Comment #4
klonos...perhaps now?
Comment #6
SpartyDan commentedFixed in 7.x-1.0
Comment #7
SpartyDan commented