■ 구 버전
UPDATE fortifyuser SET requirePasswordChange='Y', failedLoginAttempts=0, dateFrozen=NULL, suspended='N', secPass='b0521d842e68c870af598b81aa8cd6d1728611b1e5568397e420b2d026172b74', salt='P7D4co4mI/4=' WHERE userName='admin'; UPDATE configproperty SET propertyValue=1 WHERE propertyName='user.lookup.strategy'; commit;
■ 최신 버전
UPDATE fortifyuser SET requirePasswordChange='Y', failedLoginAttempts=0, dateFrozen=NULL, suspended='N', secPass='{P7D4co4mI/4=}b0521d842e68c870af598b81aa8cd6d1728611b1e5568397e420b2d026172b74' WHERE username='admin'; commit;