Skip to content

user/space count is wrong/different #136

@robkooper

Description

@robkooper

Describe the bug
The count of users and spaces as reported by api/status and the frontpage are different. They should be consistent (use same code to get the numbers).

It also looks like the user count might not be correct. The number is incremented when a token is created, but this is not when the user is signed up. See

appConfig.incrementCount('users, 1)

If we use another login mechanism that does not use the token, the number can be wrong as well, better to add the code at https://github.com/clowder-framework/clowder/blob/develop/app/services/SecureSocialEventListener.scala

For example, this is the same instance:

image
and
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions