Re-enabling disabled Administrator user

Build 1501 on 14/Nov/2017  This topic last edited on: 25/Aug/2014, at 15:57

Run this query to enable the disabled Administrator user again:

update s_UserTable set s_disabled=0 where s_id=4

Important note

You must never disable the Administrator user.