Prevent Admin Password Changes - Intergraph Smart Materials - 10.6 - Installation & Upgrade - Hexagon

Intergraph Smart Materials Web Installation (10.6)

ft:locale
en-US
Product
Intergraph Smart Materials
Subproduct
Web
Search by Category
Installation & Upgrade
Smart Materials/Smart Reference Data Version
10.6

To prevent the workspace admin account’s password from being changed, do the following steps:

  1. Click

    Manage Workspaces

    on the Admin Dashboard.
  2. Click

    Manage Developers and Users

    .

    Workspace06

  3. Click the

    Edit

    button (pencil) beside the ADMIN user in the BIR_SPMAT workspace.

    Workspace07

  4. Select

    No

    in the

    Require Change of Password on First Use

    box, and then click

    Apply Changes

    .

    Workspace08

    A confirmation message appears.

    You’re done. You can create more users if you need to, but this is optional.

  5. Click

    Sign out

    .

    Workspace09

  6. Start SQLPLUS and connect as SYS user.

  7. Perform the following commands to add grants to BIR_SPMAT:

    alter user bir_spmat grant connect through APEX_REST_PUBLIC_USER;

    alter user bir_spmat grant connect through APEX_PUBLIC_USER;

    alter user bir_spmat grant connect through ORDS_PUBLIC_USER;

    alter user bir_spmat grant connect through APEX_LISTENER;