Get teacher to set a password at the beginning

This commit is contained in:
Tim Young 2017-08-11 14:44:10 -05:00
parent 6bfc101468
commit f478221169

View File

@ -1994,6 +1994,8 @@ 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();
}