Actions
Feature #33703
closedAuto deactivation of scheduler task for saltedpasswords
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Authentication
Target version:
-
Start date:
2012-02-06
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
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.
Actions