Backoffice Errors

Disabling Membership flag for Backoffice

Overview

Problem / Symptoms:

This is to disable an operators membership flag privilege when the system is not authed for membership via SSMS Script 

Diagnosis:

Solution / resolution:

  • Login to SSMS

  • Create a new Query 

  • Run 'Update Operator set MemberShipOnly = 0

This just allows the operator to login to Backoffice again without being limited to the membership panels only.