Feature #33703
closedAuto deactivation of scheduler task for saltedpasswords
100%
Description
As we all know, the scheduler task for saltedpasswords has a built in auto deactivation, which jumps in, when no more password updates are neccessary. In class.tx_saltedpasswords_tasks_bulkupdate.php one can find
/** * @var boolean Whether or not the task is allowed to deactivate itself after processing all existing user records. * @TODO: This could be set with an additional field later on. * The idea is to not disable the task after all initial users where handled. * This could be handy for example if new users are imported regularily from some external source. */ protected $canDeactivateSelf = TRUE;
which would be very handy to have. So I would like to make a request to make this configurable via em for saltedpasswords.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9139
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9139
Updated by Christian Nölle over 12 years ago
Well, seen the patch in gerrit. Nice, thx a lot. But I would suggest to incooporate the part which is including the user counter reset after job completion for version 4.5 as well.
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9139
Updated by Gerrit Code Review over 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9139
Updated by Gerrit Code Review over 12 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9139
Updated by Philipp Gampe over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f79491296951f0be18c8ccef9b0cc9c1a06012f7.