*/tasks: update phrasing

This commit is contained in:
Jens Langhammer
2020-10-19 21:35:31 +02:00
parent 8e03824d20
commit 2ed9a1dbe3
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ LOGGER = get_logger()
@CELERY_APP.task(bind=True, base=MonitoredTask)
def clean_temporary_users(self: MonitoredTask):
"""Remove old temporary users"""
"""Remove temporary users created by SAML Sources"""
_now = now()
messages = []
deleted_users = 0