Change password account cabal ep8

Results 1 to 3 of 3
  1. #1
    Member ghostkilller is offline
    MemberRank
    Jul 2013 Join Date
    99Posts

    Change password account cabal ep8

    How do I change the password and sub​​-password for an account directly in SQL server? Cabal EP8.


  2. #2
    Account Upgraded | Title Enabled! dmxas is offline
    MemberRank
    Jan 2012 Join Date
    Cyber worldLocation
    290Posts

    Re: Change password account cabal ep8

    Run a new Query on Account Database

    update dbo.cabal_sub_password_table set CharPassword=pwdencrypt('YOUR DESIRED SUB PASSWORD') where UserNum = YOUR ACCOUNT ID


    DONT FORGET TO PRESS THAT LIKE BUTTON

    The password must have the ' '
    Quote Originally Posted by ghostkilller View Post
    How do I change the password and sub​​-password for an account directly in SQL server? Cabal EP8.

  3. #3
    Account Upgraded | Title Enabled! dmxas is offline
    MemberRank
    Jan 2012 Join Date
    Cyber worldLocation
    290Posts

    Re: Change password account cabal ep8

    Thats probably my first share :DD Like for that



Advertisement