You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
1.4 KiB

  1. .\" generated with Ronn-NG/v0.8.0
  2. .\" http://github.com/apjanke/ronn-ng/tree/0.8.0
  3. .TH "SYNAPSE_REVIEW_RECENT_SIGNUPS" "1" "July 2021" "" ""
  4. .SH "NAME"
  5. \fBsynapse_review_recent_signups\fR \- Print users that have recently registered on Synapse
  6. .SH "SYNOPSIS"
  7. \fBsynapse_review_recent_signups\fR \fB\-c\fR|\fB\-\-config\fR \fIfile\fR [\fB\-s\fR|\fB\-\-since\fR \fIperiod\fR] [\fB\-e\fR|\fB\-\-exclude\-emails\fR] [\fB\-u\fR|\fB\-\-only\-users\fR]
  8. .SH "DESCRIPTION"
  9. \fBsynapse_review_recent_signups\fR prints out recently registered users on a Synapse server, as well as some basic information about the user\.
  10. .P
  11. \fBsynapse_review_recent_signups\fR must be supplied with the config of the Synapse server, so that it can fetch the database config and connect to the database\.
  12. .SH "OPTIONS"
  13. .TP
  14. \fB\-c\fR, \fB\-\-config\fR
  15. The config file(s) used by the Synapse server\.
  16. .TP
  17. \fB\-s\fR, \fB\-\-since\fR
  18. How far back to search for newly registered users\. Defaults to 7d, i\.e\. up to seven days in the past\. Valid units are \'s\', \'m\', \'h\', \'d\', \'w\', or \'y\'\.
  19. .TP
  20. \fB\-e\fR, \fB\-\-exclude\-emails\fR
  21. Do not print out users that have validated emails associated with their account\.
  22. .TP
  23. \fB\-u\fR, \fB\-\-only\-users\fR
  24. Only print out the user IDs of recently registered users, without any additional information
  25. .SH "SEE ALSO"
  26. synctl(1), synapse_port_db(1), register_new_matrix_user(1), hash_password(1)