2935be8 Resolves: bug 400361

Authored and Committed by rmeggins 16 years ago
    Resolves: bug 400361
    Bug Description: Console: can't perform admin tasks after changing password
    Reviewed by: nhosoi (Thanks!)
    Fix Description: Each task uses a different ConsoleInfo object.  There was already a hack/hook in AdminFrameworkInitializer to override the getAdminURL in each one of the task console info objects.  We also need to override setAuthenticationPassword and getAuthenticationPassword so that if the task updates the password, the main console info uses that change, and vice versa.  I also added a couple of debug items.
    Platforms tested: RHEL5 x86_64
    Flag Day: no
    Doc impact: no
    QA impact: should be covered by regular nightly and manual testing
    New Tests integrated into TET: none