unable to disable users login from activated fields

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.

Any idea why access is not working?

Please post the following code in the generated “ewcfg.php” file:

“USER_ACTIVATE_FILTER” => “…”,

what is the substitue of … above in your file?

mobhar wrote:

Please post the following code in the generated “ewcfg.php” file:

“USER_ACTIVATE_FILTER” => “…”,

what is the substitue of … above in your file?


is nothing
“USER_ACTIVATE_FILTER” => “”,

That means, you need to re-generate ALL the script files again (just in case; for the safest way).

by default are all regenerated but was another checkbox to enable:

on user registration page/ requires activation = true (checked)
before was unchecked

and now i have on ewcfg.php

“USER_ACTIVATE_FILTER” => “(Activated = 1)”,


Thanks mobhar