Português
-- Removendo ativação de conta por E-Mail --
1- DB = Account
2- cabal_auth_table (Design)
3- Crie uma nova coluna chamada Ativado - int - Allow Nulls (Ativado) Defaut Value = 1
Com isso a conta estará ativada, caso o site não esteja ativando a conta automaticamente ao se cadastrar, vá para a procedure " cabal_tool_registerAccount " e verifique se a procedure está inserindo o número zero e substituindo.
Bom é pra resolver se não resolver é porque errou algo
Inglês
-- Removing Account Activation by E-Mail --
1- DB = Account
2- cabal_auth_table (Design)
3- Create a new column called Ativado - int - Allow Nulls (Ativado) Defaut Value = 1
With this the account will be activated, if the site is not activating the account automatically when registering, go to the procedure "cabal_tool_registerAccount" and verify that the procedure is entering the number zero and replacing.
Good to solve if not solve is because something
