catmaid / CATMAID

Collaborative Annotation Toolkit for Massive Amounts of Image Data
https://catmaid.org
GNU General Public License v3.0
186 stars 57 forks source link

Management command to email users #2179

Open clbarnes opened 2 years ago

clbarnes commented 2 years ago

Could be filtered by login date, whether they're active, etc. Would be useful for planned maintenance.

clbarnes commented 2 years ago

Simple half-solution (as emailing directly from the instance may or may not be possible based on configuration) is a management command to list (and filter) users, including their email addresses, in a form which can easily be awk'd to get the email addresses. This would also require a couple of minor changes to keep stdout clean for the output: