diff --git a/checkin_notes b/checkin_notes index d0d5b2e06b..ca4edae013 100755 --- a/checkin_notes +++ b/checkin_notes @@ -2694,3 +2694,10 @@ Rom 7 Mar 2006 client/ acct_mgr.C + +Rom 7 Mar 2006 + - Bug Fix: Choose a password nit for account managers. + + clientgui/ + AccountInfoPage.cpp + diff --git a/clientgui/AccountInfoPage.cpp b/clientgui/AccountInfoPage.cpp index f8401dc777..070754146c 100644 --- a/clientgui/AccountInfoPage.cpp +++ b/clientgui/AccountInfoPage.cpp @@ -297,7 +297,9 @@ void CAccountInfoPage::OnPageChanged( wxWizardExEvent& event ) { } } else { m_pAccountQuestionStaticCtrl->Hide(); + m_pAccountCreateCtrl->SetValue(FALSE); m_pAccountCreateCtrl->Hide(); + m_pAccountUseExistingCtrl->SetValue(TRUE); m_pAccountUseExistingCtrl->Hide(); m_pAccountPasswordRequirmentsStaticCtrl->Hide();