Skip to content

Commit

Permalink
add weekly cronjob for notifications:send-expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jan 30, 2024
1 parent 8a46a71 commit a77c32d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Update composer to 2.6.6
* Disable ``open_basedir`` in dev mode
* Replace Feature-Policy response header with Permissions-Policy and allow self for camera and microphone See https://github.com/elabftw/elabftw/issues/4881
* Send weekly notifications to expiring accounts and their admins

# 4.7.0

Expand Down
2 changes: 2 additions & 0 deletions src/cron/cronjob
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# send expiration reminders weekly
01 45 * * 0 /usr/bin/php /elabftw/bin/console notifications:send-expiration
# check for timestamp balance daily
37 13 * * * /usr/bin/php /elabftw/bin/console notifications:tsbalance
# send elabftw notifications emails every minute
Expand Down

0 comments on commit a77c32d

Please sign in to comment.