Filtering a view results to show the accounts for which system_account is false show no accounts
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3581925. --> Reported by: [avpaderno](https://www.drupal.org/user/55077) Related to !35 >>> <p>I changed the /admin/people view to include the <em>system_account</em> field added by this module, and I also added as exposed filter criteria.<br> Showing all the accounts for which <em>system_account</em> is false show no account.</p> <p><img src="https://www.drupal.org/files/issues/2026-03-27/2603-271527.png" alt="screenshot"></p> <p>This happens because accounts which already exist before the module is installed have the <em>system_account</em> field set to <code>NULL</code>, not <code>FALSE</code>.</p>
issue