I have an field “Activated” as tinyint = 0 or 1 on table users on mariaDb. The access is configured to read that value on phpmaker Security/Adcanced/User login options/users table fields/activated fields = Activated.
I see that is not working to block user access even if the value is 0 or 1.