Forgot Password

Change Password with HWID check

StackAPI.ForgotPassword(username, newpassword)

// C# Form
private void button4_Click(object sender, EventArgs e)
{
    StackAPI.ForgotPassword(textBox1.Text, textBox2.Text);
}

Forgot Password uses HWID check to change password. User

Last updated