You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The users DB is defined with `T_TYPE` varchar(1) NOT NULL,
But the Admin user is added without T_TYPE, which causes:
Field 'T_TYPE' doesn't have a default value
I added the Admin user with a T_TYPE of L based on what I could see from other spots in the code. It seems to work. Should line 1014 include a T_TYPE of L?