StackWorkshop
  • Welcome to StackWorkShop Auth!
  • C#
    • Initial Setup
    • Login
    • Register
    • Extend Subscription
    • Forgot Password
    • User Information
    • Update Information
    • Variables
    • Logs
    • Reset HWID
    • Ban
  • PHP
    • login
Powered by GitBook
On this page
  1. C#

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

PreviousExtend SubscriptionNextUser Information

Last updated 1 year ago