Skip to content
Snippets Groups Projects
Commit d33f6e3e authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Do not count the anonymous account

parent 4a9b43b8
Branches
No related tags found
2 merge requests!312Issue # 3494493: Documentation: Document Maintainer Widget,!299Remove heroes from components field. Update CTA section and add variants.
...@@ -1952,6 +1952,7 @@ function drush_drupalorg_keycloak_random_users_integrity() { ...@@ -1952,6 +1952,7 @@ function drush_drupalorg_keycloak_random_users_integrity() {
function drush_drupalorg_keycloak_users_count() { function drush_drupalorg_keycloak_users_count() {
$drupal_users_count = db_select('users') $drupal_users_count = db_select('users')
->condition('uid', 0, '>')
->countQuery() ->countQuery()
->execute() ->execute()
->fetchField(); ->fetchField();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment