Man page - rt-email-expiring-auth-tokens-5(8)
Packages contains this manual
- rt-crontool-5(1)
- rt-importer-5(8)
- rt-validate-aliases-5(8)
- rt-setup-database-5(8)
- rt-clean-shorteners-5(8)
- rt-shredder-5(8)
- rt-clean-attributes-5(8)
- rt-email-dashboards-5(8)
- rt-munge-attachments-5(8)
- rt-search-attributes-5(8)
- rt-fulltext-indexer-5(8)
- rt-preferences-viewer-5(8)
- rt-email-group-admin-5(8)
- rt-ldapimport-5(8)
- rt-dump-initialdata-5(8)
- rt-attributes-viewer-5(8)
- rt-setup-fulltext-index-5(8)
- rt-session-viewer-5(8)
- rt-validator-5(8)
- rt-passwd-5(8)
- rt-serializer-5(8)
- rt-clean-sessions-5(8)
- rt-email-expiring-auth-tokens-5(8)
- rt-externalize-attachments-5(8)
- rt-dump-metadata-5(8)
- rt-email-digest-5(8)
apt-get install request-tracker5
Manual
rt-email-expiring-auth-tokens
NAMESYNOPSIS
DESCRIPTION
OPTIONS
NAME
rt-email-expiring-auth-tokens - email users about expiring auth tokens
SYNOPSIS
rt-email-expiring-auth-tokens --expires-by '7 days' --template 'Auth tokens expiring in 7 days in HTML' [--email-to 'admin@domain.com,other@domain.com'] [--user-filter 'apiuser,otheruser']
DESCRIPTION
This script is a tool to email users about their expiring auth tokens.
You may have some users used only for API access that do not have valid email addresses. Use the email-to and user-filter options to send emails about their expiring tokens to a valid email address.
OPTIONS
expires-by
All auth tokens that will expire between today and this date will be included in the email.
Format is YYYY-MM-DD or any date format supported by Time::ParseDate.
expires-on
All auth tokens that expire on this date will be included in the email.
Format is YYYY-MM-DD or any date format supported by Time::ParseDate.
template
Specify name or id of template you want to use.
email-to
Send the email to these email addresses instead of the userβs email address. Accepts a comma separated string of email addresses.
user-filter
A comma separated string of usernames for filtering the users to check for expiring auth tokens.
Print the expiring auth tokens to STDOUT; donβt email them.
help
Print this message