Disable self-registration

Self-registration is not supported in a multi-tenant environment. Disable tenant self-registration by running a script on BPMAINDB.

Procedure 

  1. Run the following script on BPMAINDB:

    INSERT INTO [BPMAINDB].[dbo].[BPCONFIG]

    ([ID]
    ,[NAME]

    ,[VALUE])
    VALUES
    (-2325300
    ,'system/isSelfRegTurnedOff'
    ,'true')
    GO

  2. For this update to take effect, restart WFO services. If you are performing additional configuration procedures that require restarting WFO services, you can restart WFO services after you have completed all procedures.