synapse_review_recent_signups.ronn 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. synapse_review_recent_signups(1) -- Print users that have recently registered on Synapse
  2. ========================================================================================
  3. ## SYNOPSIS
  4. `synapse_review_recent_signups` `-c`|`--config` <file> [`-s`|`--since` <period>] [`-e`|`--exclude-emails`] [`-u`|`--only-users`]
  5. ## DESCRIPTION
  6. **synapse_review_recent_signups** prints out recently registered users on a
  7. Synapse server, as well as some basic information about the user.
  8. `synapse_review_recent_signups` must be supplied with the config of the Synapse
  9. server, so that it can fetch the database config and connect to the database.
  10. ## OPTIONS
  11. * `-c`, `--config`:
  12. The config file(s) used by the Synapse server.
  13. * `-s`, `--since`:
  14. How far back to search for newly registered users. Defaults to 7d, i.e. up
  15. to seven days in the past. Valid units are 's', 'm', 'h', 'd', 'w', or 'y'.
  16. * `-e`, `--exclude-emails`:
  17. Do not print out users that have validated emails associated with their
  18. account.
  19. * `-u`, `--only-users`:
  20. Only print out the user IDs of recently registered users, without any
  21. additional information
  22. ## SEE ALSO
  23. synctl(1), synapse_port_db(1), register_new_matrix_user(1), hash_password(1)