User Management
    • Dark
      Light

    User Management

    • Dark
      Light

    Article summary

    This section deals with creating and updating admin users. To create a new admin user:

    INSERT INTO OBD_USERS (USERID, NAME, PASSWORD, ADDRESS1, ADDRESS2, CITY, STATE, PIN, HOME_PHONE, MOBILE_PHONE,
    EMAIL_ID, COMMENTS,AuthenticationType,UserType, IsSalesForce, IsUserMapped)
    VALUES ( '[email protected]', 'Administrator', 'EkmvgUGR4lkYDfU/GeI8Sw==', NULL, NULL, NULL, NULL, NULL,
    NULL, NULL, NULL, NULL, 2, 1, 0,1)
    To update an existing admin user:
    UPDATE OBD_USERS SET USERID = '[email protected]', NAME='Administrator' WHERE USERID = 'admin'


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.
    ESC

    Eddy AI, facilitating knowledge discovery through conversational intelligence