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#

Update Information

Update Email and Password

StackAPI.UpdateInformation(email, password)

// C# Code
  private void button1_Click(object sender, EventArgs e)
  {
    StackAPI.UpdateInformation(textBox4.Text, textBox5.Text);
  }

PreviousUser InformationNextVariables

Last updated 1 year ago