Remove a null-failure
This commit is contained in:
parent
8c600642b6
commit
879944f93f
@ -2036,8 +2036,6 @@ namespace EduNetworkBuilder
|
|||||||
private void classSetupToolStripMenuItem_Click(object sender, EventArgs e)
|
private void classSetupToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
PersonProfileForm PPF = new PersonProfileForm();
|
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();
|
CurrentUser = PPF.Edit();
|
||||||
UpdateMenu();
|
UpdateMenu();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user