Currently this requires to log ino mongo container with srv exec mongo -iT mongo mongosh and run:
use login-server
db.users.countDocuments()
Statistics could be generated, written to a file and made avilable for admins only (#124).
For privacy it is enough to list number of users and usage dates (bin/list-users -u).
Currently this requires to log ino mongo container with
srv exec mongo -iT mongo mongoshand run:Statistics could be generated, written to a file and made avilable for admins only (#124).
For privacy it is enough to list number of users and usage dates (
bin/list-users -u).