I created a cabal server.I have that bug when LOG IN with user is already connected.. How can i fix it?
After you do this it will only work if you give the table permissions for public :)Quote:
CREATE TRIGGER [fixlogin] ON [dbo].[cabal_auth_table]
FOR INSERT, UPDATE, DELETE
AS
begin
update cabal_auth_table set login = 0
end