how to remove a GM account?

Results 1 to 12 of 12
  1. #1
    Member dupei10 is offline
    MemberRank
    Mar 2011 Join Date
    BrasilLocation
    60Posts

    how to remove a GM account?

    how to remove a gm account, what command?


  2. #2
    Psy Sins Psytrac is online now
    Grand MasterRank
    Jul 2011 Join Date
    Hammond, INLocation
    2,016Posts

    Re: how to remove a GM account?

    "call delGM(USERid, 1)" maybe?

    (I don' know, I've never had to)

  3. #3
    Member dupei10 is offline
    MemberRank
    Mar 2011 Join Date
    BrasilLocation
    60Posts

    Re: how to remove a GM account?

    #1305 - PROCEDURE pw.DelGM does not exist , why?

  4. #4
    Psy Sins Psytrac is online now
    Grand MasterRank
    Jul 2011 Join Date
    Hammond, INLocation
    2,016Posts

    Re: how to remove a GM account?

    try remGM then?

  5. #5
    Member dupei10 is offline
    MemberRank
    Mar 2011 Join Date
    BrasilLocation
    60Posts

    Re: how to remove a GM account?

    PROCEDURE pw.remGM does not exist

  6. #6
    Psy Sins Psytrac is online now
    Grand MasterRank
    Jul 2011 Join Date
    Hammond, INLocation
    2,016Posts

    Re: how to remove a GM account?

    well heck idk then, I never have to do that

    Code:
    if(act.compareTo("delete") == 0)
    									{
    										statement.executeUpdate("DELETE FROM auth WHERE userid='" + ident + "'");
    										message = "<font color=\"00cc00\">GM Access Removed From User</font>";
    									}
    you decipher that
    Last edited by Psytrac; 04-06-13 at 10:39 PM.

  7. #7
    Member dupei10 is offline
    MemberRank
    Mar 2011 Join Date
    BrasilLocation
    60Posts

    Re: how to remove a GM account?

    and now what do I do? will that can not be deletegm? or removegm?

  8. #8
    Psy Sins Psytrac is online now
    Grand MasterRank
    Jul 2011 Join Date
    Hammond, INLocation
    2,016Posts

    Re: how to remove a GM account?

    that is the command that pwAdmin uses..

  9. #9
    Member dupei10 is offline
    MemberRank
    Mar 2011 Join Date
    BrasilLocation
    60Posts

    Re: how to remove a GM account?

    but where do I put the id of the User to remove the GM?

  10. #10
    Grand Master 343 is offline
    Grand MasterRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,510Posts

    Re: how to remove a GM account?

    There is no SQL procedure/functions to remove GM. Adding a GM using the SQL function addGM merely adds the user to the auth table of dbo. To delete a user from the GM list you can [manually] remove the userid from the auth table in dbo.

    One possible method is as shown from pwAdmin:

    DELETE FROM auth WHERE userid='1024'

    where 1024 = the USERID of the user you desire to remove GM powers from

  11. #11
    Member dupei10 is offline
    MemberRank
    Mar 2011 Join Date
    BrasilLocation
    60Posts

    Re: how to remove a GM account?

    actually this is the best forum world, are thankful, you can close here ... thank you again!

  12. #12
    Grand Master 343 is offline
    Grand MasterRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,510Posts

    Re: how to remove a GM account?

    [s]closed[/s]



Advertisement