Remove a null-failure

This commit is contained in:
Tim Young 2017-08-15 17:21:18 -05:00
parent 8c600642b6
commit 879944f93f

View File

@ -2036,8 +2036,6 @@ namespace EduNetworkBuilder
private void classSetupToolStripMenuItem_Click(object sender, EventArgs e)
{
PersonProfileForm PPF = new PersonProfileForm();
CurrentUser.ChangePassAtFirstLogin = true;
CurrentUser.ChangePassword(true); //If they do not set a password now, they will do it next time
CurrentUser = PPF.Edit();
UpdateMenu();
}