When I tried to access the password registration site from the FIM portal home page, I received this error:
“Password reset registration cannot be completed because configuration data are missing from this computer.”
There was nothing in the Event Viewer.
I tried to search the 12-hive to find the “PwdRegister()” javascript function, but didn’t see anything.
Not sure if this is the correct approach, but I went to “Home Page Resources” under the “Administration” menu and selected “Register for password reset”. I changed the Navigation Url in the Behavior tab to:
javascript:void(window.open(‘http://servername:port/default.aspx’));
That seemed to work.