Viva-con-Agua / pool-backend

User service for handling user and crew relations
0 stars 0 forks source link

ActiveStatus - auto inactive #174

Open deinelieblings opened 3 months ago

deinelieblings commented 3 months ago

The UpdateTicker is to be extended by a function that checks the active status of the user and sets it to inactive after 6 months. To do this, the last_login_date is compared with the current date. If the difference is greater than 6 months, the user is set to inactive accordingly. Only active users need to be checked.

Required Required

Wekan